]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/eclass_doom3.cpp
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / radiant / eclass_doom3.cpp
index 2fde638181ef36f32b459dcb2b5402721167630e..7a7da47298c802c1caf6e45bd0ed44225da61a27 100644 (file)
@@ -689,7 +689,7 @@ EntityClassDoom3() : m_unrealised( 2 ){
 void realise(){
        if ( --m_unrealised == 0 ) {
                globalOutputStream() << "searching vfs directory " << makeQuoted( "def" ) << " for *.def\n";
-               GlobalFileSystem().forEachFile( "def/", "def", FreeCaller1<const char*, EntityClassDoom3_loadFile>() );
+               GlobalFileSystem().forEachFile( "def/", "def", FreeCaller<void(const char*), EntityClassDoom3_loadFile>() );
 
                {
                        for ( Models::iterator i = g_models.begin(); i != g_models.end(); ++i )