]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/multimon.cpp
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / radiant / multimon.cpp
index 6fd4100372c20ea39bbaf7b04c38878dce46a1d2..91385739239e7df3c7aa6d158c34a447c85ed5fc 100644 (file)
@@ -92,7 +92,7 @@ void MultiMon_Construct(){
 
        g_Multimon_enableSysMenuPopups.useLatched();
 
-       PreferencesDialog_addInterfacePreferences( FreeCaller1<PreferencesPage&, MultiMonitor_constructPreferences>() );
+       PreferencesDialog_addInterfacePreferences( FreeCaller<void(PreferencesPage&), MultiMonitor_constructPreferences>() );
 }
 void MultiMon_Destroy(){
 }