summaryrefslogtreecommitdiff
path: root/src/wx/auto_crop_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/auto_crop_dialog.h')
-rw-r--r--src/wx/auto_crop_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/auto_crop_dialog.h b/src/wx/auto_crop_dialog.h
index 4ccd681ed..8e1eb6a0c 100644
--- a/src/wx/auto_crop_dialog.h
+++ b/src/wx/auto_crop_dialog.h
@@ -25,7 +25,7 @@
#include "table_dialog.h"
#include "lib/crop.h"
-#include <boost/signals2.hpp>
+#include "lib/signal.h"
class SpinCtrl;
@@ -39,7 +39,7 @@ public:
Crop get () const;
void set (Crop crop);
- boost::signals2::signal<void (Crop)> Changed;
+ UISignal<void (Crop)> Changed;
private:
SpinCtrl* _left;