summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/audio_plot.h')
-rw-r--r--src/wx/audio_plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h
index 5605f94a5..094f8e1b0 100644
--- a/src/wx/audio_plot.h
+++ b/src/wx/audio_plot.h
@@ -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];