X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcontent_sub_panel.h;h=8c7854af29d77dcf31a36ae86eb3ff6e88615852;hp=9afd50d4027dd53111de1028dbcde4deded5b8e0;hb=dea824f6ff41384a5e17e23de5434cf84eccff29;hpb=9cbe57dda759fccfa9dec8a0820114d7d8583a36 diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index 9afd50d40..8c7854af2 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -40,12 +40,17 @@ public: /** Called when the list of selected Contents changes */ virtual void content_selection_changed () = 0; + wxString name () const { + return _name; + } + protected: void setup_refer_button (wxCheckBox* button, wxStaticText* note, boost::shared_ptr dcp, bool can_reference, std::string why_not) const; ContentPanel* _parent; wxSizer* _sizer; + wxString _name; }; #endif