diff options
Diffstat (limited to 'src/wx/content_version_dialog.h')
| -rw-r--r-- | src/wx/content_version_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_version_dialog.h b/src/wx/content_version_dialog.h index 8407c0475..aec235411 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); - boost::optional<std::string> get () const; + std::vector<std::string> get() const; private: wxTextCtrl* _version; |
