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