X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcaption_appearance_dialog.h;h=3fb9930997f87edf027eb11a67d4ab3d6c68a6b8;hb=cbd4450197a083bf58bda510e626f73ba583cb66;hp=ebb70047e00c1e7a9ce027983f4ab563e2f2a9f2;hpb=1013175d5f6adfa0e6a7442e4c9aebb893787748;p=dcpomatic.git 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); + CaptionAppearanceDialog (wxWindow* parent, boost::shared_ptr content, boost::shared_ptr caption); void apply (); @@ -60,6 +60,7 @@ private: std::map _pickers; boost::shared_ptr _content; + boost::shared_ptr _caption; boost::shared_ptr _stream; boost::signals2::scoped_connection _content_connection;