summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_panel.h')
-rw-r--r--src/wx/subtitle_panel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h
index ec684d7ad..c2891f86d 100644
--- a/src/wx/subtitle_panel.h
+++ b/src/wx/subtitle_panel.h
@@ -30,13 +30,14 @@ public:
void film_changed (Film::Property);
void film_content_changed (boost::shared_ptr<Content>, int);
- void setup_control_sensitivity ();
private:
void with_subtitles_toggled (wxCommandEvent &);
void offset_changed (wxCommandEvent &);
void scale_changed (wxCommandEvent &);
void stream_changed (wxCommandEvent &);
+
+ void setup_sensitivity ();
wxCheckBox* _with_subtitles;
wxSpinCtrl* _offset;