diff options
Diffstat (limited to 'src/wx/dcpomatic_choice.h')
| -rw-r--r-- | src/wx/dcpomatic_choice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcpomatic_choice.h b/src/wx/dcpomatic_choice.h index fde6a8cbb..84ff45fcf 100644 --- a/src/wx/dcpomatic_choice.h +++ b/src/wx/dcpomatic_choice.h @@ -46,7 +46,7 @@ public: void set_by_data(wxString const& data); void set_by_data(std::string const& data); boost::optional<int> get() const; - boost::optional<wxString> get_data() const; + boost::optional<std::string> get_data() const; template <typename... Args> void bind(Args... args) { |
