X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fcontent_sub_panel.h;h=0ad628f0c284e212c1cafa15706853e989075c4e;hb=a04c8a1b74c885a16327305ec1cc1ecd2b7ee0d6;hp=5a1b739ef30cac9a0015a444c79019e0eff9a8cb;hpb=7979aeb87a83de31c4cf25f88eef4fbca4b56553;p=dcpomatic.git diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index 5a1b739ef..0ad628f0c 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -26,6 +26,7 @@ class ContentPanel; class Content; +class DCPContent; class ContentSubPanel : public wxPanel { @@ -39,6 +40,9 @@ public: virtual void content_selection_changed () = 0; protected: + + void setup_refer_button (wxCheckBox* button, boost::shared_ptr dcp, bool can_reference, std::list why_not) const; + ContentPanel* _parent; wxSizer* _sizer; };