]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/selection.h
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / radiant / selection.h
index b8f4fcfbf4c6c8420e9986292eab6f0375d5fc70..99846fed6a61bda0686667f3cfc2f5f8bbd75445 100644 (file)
@@ -31,7 +31,7 @@ struct rect_t
        float max[2];
 };
 
-typedef Callback1<rect_t> RectangleCallback;
+typedef Callback<void(rect_t)> RectangleCallback;
 
 class View;