summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/dcpomatic_editor.cc')
-rw-r--r--src/tools/dcpomatic_editor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc
index a9fc43308..1ed7c940f 100644
--- a/src/tools/dcpomatic_editor.cc
+++ b/src/tools/dcpomatic_editor.cc
@@ -374,7 +374,7 @@ public:
SetIcon(wxIcon(std_to_wx("id")));
#endif
- Config::instance()->Changed.connect(boost::bind(&DOMFrame::config_changed, this, _1));
+ Config::instance()->Changed.connect(boost::bind(&DOMFrame::config_changed, this));
Bind(wxEVT_MENU, boost::bind(&DOMFrame::file_open, this), ID_file_open);
Bind(wxEVT_MENU, boost::bind(&DOMFrame::file_save, this), ID_file_save);
@@ -415,7 +415,7 @@ public:
}
private:
- void config_changed(Config::Property what)
+ void config_changed()
{
try {
Config::instance()->write_config();