diff options
Diffstat (limited to 'src/wx/caption_appearance_dialog.h')
| -rw-r--r-- | src/wx/caption_appearance_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/caption_appearance_dialog.h b/src/wx/caption_appearance_dialog.h index ebb70047e..3fb993099 100644 --- a/src/wx/caption_appearance_dialog.h +++ b/src/wx/caption_appearance_dialog.h @@ -36,7 +36,7 @@ class wxWidget; class CaptionAppearanceDialog : public wxDialog { public: - CaptionAppearanceDialog (wxWindow* parent, boost::shared_ptr<Content> content); + CaptionAppearanceDialog (wxWindow* parent, boost::shared_ptr<Content> content, boost::shared_ptr<CaptionContent> caption); void apply (); @@ -60,6 +60,7 @@ private: std::map<RGBA, RGBAColourPicker*> _pickers; boost::shared_ptr<Content> _content; + boost::shared_ptr<CaptionContent> _caption; boost::shared_ptr<FFmpegSubtitleStream> _stream; boost::signals2::scoped_connection _content_connection; |
