diff options
Diffstat (limited to 'src/wx/subtitle_panel.h')
| -rw-r--r-- | src/wx/subtitle_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h index ef94adb54..5a39f3bcd 100644 --- a/src/wx/subtitle_panel.h +++ b/src/wx/subtitle_panel.h @@ -32,7 +32,7 @@ public: void film_changed (Film::Property); void film_content_changed (int); void content_selection_changed (); - + private: void use_toggled (); void x_offset_changed (); @@ -45,7 +45,7 @@ private: void fonts_dialog_clicked (); void setup_sensitivity (); - + wxCheckBox* _use; wxSpinCtrl* _x_offset; wxSpinCtrl* _y_offset; |
