Remove old Connect() wxWidgets API and use Bind().
[dcpomatic.git] / src / wx / audio_plot.h
index 5605f94a53486439e9d98a39322b7057e06a7281..094f8e1b0124527e4b27794d53c4f1a3c14e832b 100644 (file)
@@ -38,7 +38,7 @@ public:
        static const int max_smoothing;
 
 private:
-       void paint (wxPaintEvent &);
+       void paint ();
 
        boost::shared_ptr<AudioAnalysis> _analysis;
        bool _channel_visible[MAX_AUDIO_CHANNELS];