fix mkdir on win32
[supertux.git] / src / collision_grid.h
index d206c8c..abb2ef1 100644 (file)
@@ -46,7 +46,7 @@ private:
   struct ObjectWrapper
   {
     MovingObject* object;
-    Rectangle dest;
+    Rect dest;
     /** (pseudo) timestamp. When reading from the grid the timestamp is
      * changed so that you can easily avoid reading an object multiple times
      * when it is in several cells that you check.