]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/iselection.h
Callback: remove fixed-arity wrappers
[xonotic/netradiant.git] / include / iselection.h
index 898a9aa1cf2daf464344db52819d327770567312..9207271e1c4c52a6bc8f8557ab03cb7bb2ef3c96 100644 (file)
@@ -57,7 +57,7 @@ typedef BasicVector4<float> Vector4;
 class Matrix4;
 typedef Vector4 Quaternion;
 
-typedef Callback1<const Selectable&> SelectionChangeCallback;
+typedef Callback<void(const Selectable&)> SelectionChangeCallback;
 typedef SignalHandler1<const Selectable&> SelectionChangeHandler;
 
 class SelectionSystem