]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textures.cpp
Callback: cleanup
[xonotic/netradiant.git] / radiant / textures.cpp
index 55f00b7e07b413a1d289ce1e46b367368512aac4..b724c3176ce3bb2b3b3265f304ff5535b750bfb8 100644 (file)
@@ -769,7 +769,7 @@ void Textures_constructPage( PreferenceGroup& group ){
        Textures_constructPreferences( page );
 }
 void Textures_registerPreferencesPage(){
-       PreferencesDialog_addDisplayPage( FreeCaller<void(PreferenceGroup&), Textures_constructPage>() );
+       PreferencesDialog_addDisplayPage( makeCallbackF(Textures_constructPage) );
 }
 
 void TextureCompression_importString( const char* string ){