summaryrefslogtreecommitdiff
path: root/src/wx/dir_picker_ctrl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-15 18:32:23 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-15 18:32:37 +0200
commite7ee69e61c1bd968e85fc8d7b3641c0fc4282813 (patch)
tree83c9baa9bb8b1eb71cdcefda0faa50db33605989 /src/wx/dir_picker_ctrl.h
parent4cc334f6f96876944933a4308842ab0a9b6a0fa7 (diff)
Fix use-own-dirpicker build.v2.15.156
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
-rw-r--r--src/wx/dir_picker_ctrl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h
index 83fe57a17..34f46b2df 100644
--- a/src/wx/dir_picker_ctrl.h
+++ b/src/wx/dir_picker_ctrl.h
@@ -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 ();