diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-27 23:28:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-27 23:28:27 +0100 |
| commit | 47c34c6c7c82396b62e101283cb25b8726dbaefd (patch) | |
| tree | 2a4117899fcaddc7d5b9aae89315cecd145174c8 /src/wx/content_sub_panel.h | |
| parent | 05502433d24e916bd99db3bac26b4903f961da06 (diff) | |
why_not in can_reference can just be a string rather than a list of strings.
Diffstat (limited to 'src/wx/content_sub_panel.h')
| -rw-r--r-- | src/wx/content_sub_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index 44d5ee1a5..fb22b3a22 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -42,7 +42,7 @@ public: protected: - void setup_refer_button (wxCheckBox* button, boost::shared_ptr<DCPContent> dcp, bool can_reference, std::list<std::string> why_not) const; + void setup_refer_button (wxCheckBox* button, boost::shared_ptr<DCPContent> dcp, bool can_reference, std::string why_not) const; ContentPanel* _parent; wxSizer* _sizer; |
