X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_sub_panel.h;h=08c61c25f84c617ff30fab855ef7cd10ef0cd4d9;hb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;hp=cb59f38ddf45346a5c04780d384d801fe8ccc521;hpb=44da1840ca17d0945cb1886bb17218990850894c;p=dcpomatic.git diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index cb59f38dd..08c61c25f 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -26,7 +26,6 @@ DCPOMATIC_DISABLE_WARNINGS #include DCPOMATIC_ENABLE_WARNINGS -#include class ContentPanel; class Content; @@ -50,7 +49,7 @@ 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) const; virtual void add_to_grid () = 0; ContentPanel* _parent;