summaryrefslogtreecommitdiff
path: root/src/wx/audio_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/audio_dialog.h')
-rw-r--r--src/wx/audio_dialog.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h
index 2085a7220..d4a8a9b00 100644
--- a/src/wx/audio_dialog.h
+++ b/src/wx/audio_dialog.h
@@ -49,22 +49,22 @@ class AudioDialog : public wxDialog
public:
AudioDialog(wxWindow* parent, std::shared_ptr<Film> film, std::shared_ptr<Content> content = std::shared_ptr<Content>());
- bool Show (bool show = true) override;
+ bool Show(bool show = true) override;
- void set_cursor (boost::optional<dcpomatic::DCPTime> time, boost::optional<float> db);
+ void set_cursor(boost::optional<dcpomatic::DCPTime> time, boost::optional<float> db);
boost::signals2::signal<void (dcpomatic::DCPTime)> Seek;
private:
void film_change(ChangeType, FilmProperty);
- void content_change (ChangeType, int);
- void channel_clicked (wxCommandEvent &);
- void type_clicked (wxCommandEvent &);
- void smoothing_changed ();
- void try_to_load_analysis ();
- void analysis_finished ();
- void setup_statistics ();
- void show_or_hide_channel_checkboxes ();
+ void content_change(ChangeType, int);
+ void channel_clicked(wxCommandEvent &);
+ void type_clicked(wxCommandEvent &);
+ void smoothing_changed();
+ void try_to_load_analysis();
+ void analysis_finished();
+ void setup_statistics();
+ void show_or_hide_channel_checkboxes();
std::shared_ptr<AudioAnalysis> _analysis;
std::weak_ptr<Film> _film;