X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_panel.h;h=7eb9cd27e8aab4e6913048db6a97491e4e043f21;hb=c2ce6455ababea2f1db9fb5d8771fa1327c2fcdb;hp=04f21860fa684f78bdc79eccd58e03e3a55ed226;hpb=5ce9c7026366d82233e8852b9b949362ed2f6191;p=dcpomatic.git 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;