]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/selection.h
fixed crash in build > customise
[xonotic/netradiant.git] / radiant / selection.h
index 429ac0f9f7996c75559231aeaff649412c574b36..8334ec63a95c04b0a60e881a88ec886ebb236f56 100644 (file)
@@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #define INCLUDED_SELECTION_H
 
 #include "windowobserver.h"
+#include "generic/callbackfwd.h"
 
 struct rect_t
 {
@@ -30,12 +31,9 @@ struct rect_t
   float max[2];
 };
 
-template<typename FirstArgument>
-class Callback1;
 typedef Callback1<rect_t> RectangleCallback;
 
 class View;
-class Callback;
 
 class SelectionSystemWindowObserver : public WindowObserver
 {