Add Choice::get_data().
[dcpomatic.git] / src / wx / dcpomatic_choice.h
index 7c9042de98e9066a43e3e4fdedeff0242712bfd3..7c1fadcc0eb04a3f3fe293d5dd194b3fd8e00774 100644 (file)
@@ -37,6 +37,7 @@ public:
        void add(std::string const& entry);
        void set(int index);
        boost::optional<int> get() const;
+       boost::optional<wxString> get_data() const;
 
        template <typename... Args>
        void bind(Args... args) {