src/glcamera.h

changeset 1159
6ad8cdcd88d9
parent 1151
0eddb5bcf25b
child 1177
8661b9237ed5
--- a/src/glcamera.h	Thu Feb 23 20:06:22 2017 +0200
+++ b/src/glcamera.h	Thu Feb 23 20:18:39 2017 +0200
@@ -48,7 +48,7 @@
 	Axis axisX() const;
 	Axis axisY() const;
 	Axis axisZ() const;
-	Vertex convert2dTo3d(const QPoint& pos2d, Grid* grid = nullptr) const;
+	Vertex convert2dTo3d(const QPoint& pos2d, class Grid* grid = nullptr) const;
 	QPoint convert3dTo2d(const Vertex& pos3d) const;
 	double depth() const;
 	bool isAxisNegated(Axis axis) const;

mercurial