summaryrefslogtreecommitdiff
path: root/src/wx/name_format_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/name_format_editor.h')
-rw-r--r--src/wx/name_format_editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/name_format_editor.h b/src/wx/name_format_editor.h
index b4fe5691e..a442d37e8 100644
--- a/src/wx/name_format_editor.h
+++ b/src/wx/name_format_editor.h
@@ -24,6 +24,7 @@
#include "lib/compose.hpp"
+#include "lib/signal.h"
#include <dcp/name_format.h>
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
@@ -45,7 +46,7 @@ public:
return _name;
}
- boost::signals2::signal<void ()> Changed;
+ UISignal<void ()> Changed;
private: