]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/selectable.h
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / include / selectable.h
index 1cea909f1a1cf4cdac6e6548d497b46daee79158..cb6f04c4522c254384e1c63ab4b4f88bdbab3935 100644 (file)
@@ -250,7 +250,7 @@ inline SelectionTestable* Instance_getSelectionTestable( scene::Instance& instan
 
 
 class Plane3;
-typedef Callback1<const Plane3&> PlaneCallback;
+typedef Callback<void(const Plane3&)> PlaneCallback;
 
 class SelectedPlanes
 {