diff options
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 2f4b224e8..49f7e4ab3 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -29,7 +29,7 @@ struct Metrics; class AudioPlot : public wxPanel { public: - AudioPlot (wxWindow *); + explicit AudioPlot (wxWindow *); void set_analysis (boost::shared_ptr<AudioAnalysis>); void set_channel_visible (int c, bool v); |
