src/gldraw.h

changeset 377
271d1da66b7e
parent 336
9dd47cc12ab8
child 402
ec95fc95e5f3
--- a/src/gldraw.h	Sat Jul 13 17:35:38 2013 +0300
+++ b/src/gldraw.h	Sat Jul 13 19:02:48 2013 +0300
@@ -150,7 +150,7 @@
 	void           compileVertex        (const vertex& vrt);                     // Compile a single vertex to a list
 	vertex         coordconv2_3         (const QPoint& pos2d, bool snap) const;  // Convert a 2D point to a 3D point
 	QPoint         coordconv3_2         (const vertex& pos3d) const;             // Convert a 3D point to a 2D point
-	LDOverlay*     findOverlayObject    ( Camera cam );
+	LDOverlayObject*     findOverlayObject    ( Camera cam );
 	void           updateRectVerts      ();
 	void           pick                 (uint mouseX, uint mouseY);              // Perform object selection
 	void           setObjectColor       (LDObject* obj, const ListType list);    // Set the color to an object list

mercurial