src/gldraw.h

changeset 460
b230ae09c8e5
parent 455
c5d14d112034
child 479
f179241a72a8
--- a/src/gldraw.h	Sun Aug 18 17:38:33 2013 +0300
+++ b/src/gldraw.h	Sun Aug 18 17:53:23 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
-	LDOverlayObject* findOverlayObject (Camera cam);
+	LDOverlay* 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