X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_sub_panel.h;h=0ad628f0c284e212c1cafa15706853e989075c4e;hb=775ae0e37bbec115d742feade0adc614a9a2301c;hp=5a1b739ef30cac9a0015a444c79019e0eff9a8cb;hpb=c6c082c4a8016f85ba4207f4b8ccee1d5770e4a4;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; };