diff options
Diffstat (limited to 'src/wx/content_sub_panel.h')
| -rw-r--r-- | src/wx/content_sub_panel.h | 5 |
1 files changed, 5 insertions, 0 deletions
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<DCPContent> dcp, bool can_reference, std::string why_not) const; ContentPanel* _parent; wxSizer* _sizer; + wxString _name; }; #endif |
