X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_sub_panel.h;h=2a7bc4f75e05b9800fa48b115d7d2d153c3a5d59;hb=3a524440627cd47b3687c666ec55b975f90f8d1e;hp=128a3862d44839c456959964973b71c6e9b6c374;hpb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;p=dcpomatic.git diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index 128a3862d..2a7bc4f75 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -22,12 +22,10 @@ #define DCPOMATIC_CONTENT_SUB_PANEL_H #include "lib/film.h" -#include "lib/config.h" #include "lib/warnings.h" DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS -#include class ContentPanel; class Content; @@ -51,17 +49,14 @@ public: protected: - void setup_refer_button (wxCheckBox* button, wxStaticText* note, boost::shared_ptr dcp, bool can_reference, wxString cannot) const; + void setup_refer_button (wxCheckBox* button, wxStaticText* note, std::shared_ptr dcp, bool can_reference, wxString cannot); + void layout (); virtual void add_to_grid () = 0; ContentPanel* _parent; wxSizer* _sizer; wxGridBagSizer* _grid; wxString _name; - -private: - void config_changed (Config::Property); - boost::signals2::scoped_connection _config_connection; }; #endif