diff options
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index a2afba439..3c6e183dc 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -25,6 +25,7 @@ class CheckBox; +class Choice; class wxSpinCtrl; class LanguageTagWidget; class TextView; @@ -75,7 +76,7 @@ private: CheckBox* _outline_subtitles = nullptr; CheckBox* _use; - wxChoice* _type; + Choice* _type; CheckBox* _burn; wxStaticText* _offset_label; wxStaticText* _x_offset_label; |
