Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
[dcpomatic.git] / src / lib / config.cc
index 657d79b7148a6d4c2333eaed127f8524c0f7679a..b5e87267ad9ec6edca742b1c0c64dbaffa56869b 100644 (file)
@@ -410,9 +410,9 @@ Config::drop ()
 }
 
 void
-Config::changed ()
+Config::changed (Property what)
 {
-       Changed ();
+       Changed (what);
 }
 
 void