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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h
index 04f21860f..7eb9cd27e 100644
--- a/src/wx/subtitle_panel.h
+++ b/src/wx/subtitle_panel.h
@@ -44,9 +44,11 @@ private:
void stream_changed ();
void subtitle_view_clicked ();
void fonts_dialog_clicked ();
+ void reference_clicked ();
void setup_sensitivity ();
+ wxCheckBox* _reference;
wxCheckBox* _use;
wxCheckBox* _burn;
wxSpinCtrl* _x_offset;