Fix class/struct mismatch.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Mar 2014 15:31:25 +0000 (15:31 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Mar 2014 15:31:25 +0000 (15:31 +0000)
src/wx/audio_plot.h

index 7eedd8ffe9b869e77d7f588659b687f8d91ac03d..4a1a40aa138ad709d54bfca4cf9ac8c4600ef480 100644 (file)
@@ -23,7 +23,7 @@
 #include "lib/util.h"
 #include "lib/audio_analysis.h"
 
-class Metrics;
+struct Metrics;
 
 class AudioPlot : public wxPanel
 {