diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-19 23:19:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-19 23:19:34 +0100 |
| commit | d75e4c652fac5d3c65b42b03249f3c6e0836f772 (patch) | |
| tree | b141a74b1a1b4181637a8de2b1b6e1321f4e0c5c /src/wx/audio_dialog.h | |
| parent | 2ec879dfc354c1aa95f78e9f264f2487fd2688ae (diff) | |
Fix audio analysis after recent breakage.
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index 3c2d4f69c..f04496338 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -31,6 +31,8 @@ class AudioDialog : public wxDialog public: AudioDialog (wxWindow *, boost::shared_ptr<Film> film); + void Show (); + private: void content_changed (int); void channel_clicked (wxCommandEvent &); |
