]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/textures.h
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / radiant / textures.h
index cdd1a9b1e8f114ff11fd885ac4c3228495de40c9..3176ce6db44a3f5779752cf479ec6de55c14d7b5 100644 (file)
@@ -28,6 +28,6 @@ void Textures_Realise();
 void Textures_Unrealise();
 void Textures_sharedContextDestroyed();
 
-void Textures_setModeChangedNotify( const Callback& notify );
+void Textures_setModeChangedNotify( const Callback<void()>& notify );
 
 #endif