Add a little gap between player buttons and the position slider.
[dcpomatic.git] / src / wx / dcpomatic_choice.h
index 7c9042de98e9066a43e3e4fdedeff0242712bfd3..e663c948dd96dd2a1fa656082a23ed2f2c4da3ef 100644 (file)
@@ -23,7 +23,7 @@
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
 LIBDCP_ENABLE_WARNINGS
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/optional.hpp>
 
 
@@ -34,9 +34,11 @@ 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;
+       boost::optional<wxString> get_data() const;
 
        template <typename... Args>
        void bind(Args... args) {