diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-05 15:31:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-05 15:31:25 +0000 |
| commit | 39516ecb3d9de98bf3f7879853a9603ed51d10f8 (patch) | |
| tree | 17a95cc856fb233384926fcfc192a6a76cd0abb1 /src/wx/audio_plot.h | |
| parent | 36764550544103218d3071f4fccf40c10c13a1c6 (diff) | |
Fix class/struct mismatch.
Diffstat (limited to 'src/wx/audio_plot.h')
| -rw-r--r-- | src/wx/audio_plot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index 7eedd8ffe..4a1a40aa1 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -23,7 +23,7 @@ #include "lib/util.h" #include "lib/audio_analysis.h" -class Metrics; +struct Metrics; class AudioPlot : public wxPanel { |
