Setup Butler::_prepare_only_proxy on construction.
[dcpomatic.git] / src / wx / dir_picker_ctrl.h
index 83fe57a170310dcf9e90928be3e73cf0b2a068c4..34f46b2dfc4b79c99b041e695f0b6af42d9dbc68 100644 (file)
@@ -25,6 +25,7 @@
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
+#include <boost/signals2.hpp>
 
 class DirPickerCtrl : public wxPanel
 {
@@ -34,6 +35,8 @@ public:
        wxString GetPath () const;
        void SetPath (wxString);
 
+       boost::signals2::signal<void ()> Changed;
+
 private:
        void browse_clicked ();