From 6e912b760fbe5a88e2816da619b53e08883dcaab Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 11 Feb 2026 12:32:29 +0100 Subject: Fix build error on Ubuntu 16.04. --- src/tools/dcpomatic_editor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3