]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/nameable.h
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / include / nameable.h
index e295e5c66c322768de6dd41c35206dfe7ca6a5b6..ceb7aabb450a999c995f3fc591c89e3bee8b8a22 100644 (file)
@@ -25,7 +25,7 @@
 #include "generic/constant.h"
 #include "generic/callback.h"
 
-typedef Callback1<const char*> NameCallback;
+typedef Callback<void(const char*)> NameCallback;
 
 class Nameable
 {