diff options
Diffstat (limited to 'src/wx/dcpomatic_choice.h')
| -rw-r--r-- | src/wx/dcpomatic_choice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcpomatic_choice.h b/src/wx/dcpomatic_choice.h index 7c1fadcc0..33d655ad5 100644 --- a/src/wx/dcpomatic_choice.h +++ b/src/wx/dcpomatic_choice.h @@ -34,6 +34,7 @@ public: void add(wxString const& entry); void add(wxString const& entry, wxClientData* data); + void add(wxString const& entry, wxString const& data); void add(std::string const& entry); void set(int index); boost::optional<int> get() const; |
