diff options
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index c4498f970..dc8f685f1 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -22,7 +22,7 @@ #include "content_sub_panel.h" -class wxCheckBox; +class CheckBox; class wxSpinCtrl; class LanguageTagWidget; class TextView; @@ -72,12 +72,12 @@ private: void update_outline_subtitles_in_viewer (); void clear_outline_subtitles (); - wxCheckBox* _reference; + CheckBox* _reference; wxStaticText* _reference_note; - wxCheckBox* _outline_subtitles = nullptr; - wxCheckBox* _use; + CheckBox* _outline_subtitles = nullptr; + CheckBox* _use; wxChoice* _type; - wxCheckBox* _burn; + CheckBox* _burn; wxStaticText* _offset_label; wxStaticText* _x_offset_label; wxStaticText* _x_offset_pc_label; |
