]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/referencecache.cpp
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / radiant / referencecache.cpp
index 8cd9eb2001d93a7fab6490fe838848b493f32a57..91e0645bf393e339a1baaf19bcb28d0e6e628f69 100644 (file)
@@ -471,7 +471,7 @@ struct ModelResource : public Resource
        void connectMap(){
                MapFile* map = Node_getMapFile( m_model );
                if ( map != 0 ) {
-                       map->setChangedCallback( FreeCaller<MapChanged>() );
+                       map->setChangedCallback( FreeCaller<void(), MapChanged>() );
                }
        }
        std::time_t modified() const {