X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_version_dialog.h;h=8407c0475b97f389e119eda1beec80431bc9ba77;hb=ed0b5670e65647a9f0555ed66f81125678d193a7;hp=8f375984d92403f4405803c6c4e2ec9fccfe4cdb;hpb=d97029163865e212dc3d7b3c57c16459933a11f6;p=dcpomatic.git diff --git a/src/wx/content_version_dialog.h b/src/wx/content_version_dialog.h index 8f375984d..8407c0475 100644 --- a/src/wx/content_version_dialog.h +++ b/src/wx/content_version_dialog.h @@ -30,7 +30,7 @@ public: ContentVersionDialog (wxWindow* parent); void set (std::string); - std::string get () const; + boost::optional get () const; private: wxTextCtrl* _version;