X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsubtitle_appearance_dialog.h;h=2a5b9843023cd182201cf9318321fe81d9a9e437;hb=f1b5aacedf659fdc5a5ab42c0238844ba74ba56a;hp=daaccf08f86aa4251429ac318d89bf9e66c99cc4;hpb=e0255a64d22440d718e5512f34a4f21f0d37a21b;p=dcpomatic.git diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h index daaccf08f..2a5b98430 100644 --- a/src/wx/subtitle_appearance_dialog.h +++ b/src/wx/subtitle_appearance_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2018 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,6 +18,7 @@ */ + #include "timecode.h" #include "lib/change_signaller.h" #include "lib/rgba.h" @@ -27,6 +28,7 @@ DCPOMATIC_DISABLE_WARNINGS DCPOMATIC_ENABLE_WARNINGS #include + class wxRadioButton; class wxColourPickerCtrl; class wxGridBagSizer; @@ -38,6 +40,7 @@ class wxWidget; class Film; class Job; + class SubtitleAppearanceDialog : public wxDialog { public: @@ -70,11 +73,11 @@ private: wxBoxSizer* _overall_sizer; wxScrolled* _colours_panel; - wxStaticText* _finding; + wxStaticText* _finding = nullptr; wxFlexGridSizer* _colour_table; std::shared_ptr _content; - std::shared_ptr _caption; + std::shared_ptr _text; std::shared_ptr _stream; boost::signals2::scoped_connection _content_connection;