]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/selectable.h
Merge branch 'q3map2help' into 'master'
[xonotic/netradiant.git] / include / selectable.h
index 2b8eab073c24de63358749f01081885c7e7efbe1..cb6f04c4522c254384e1c63ab4b4f88bdbab3935 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "generic/vector.h"
 #include "scenelib.h"
-#include "generic/callbackfwd.h"
+#include "generic/callback.h"
 
 class SelectionIntersection
 {
@@ -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
 {