src/ldObject.h

changeset 1006
a6b462051ae0
parent 1004
ba4200437179
child 1011
4fdd74a04790
--- a/src/ldObject.h	Sun Oct 04 13:19:45 2015 +0300
+++ b/src/ldObject.h	Sun Oct 04 14:08:51 2015 +0300
@@ -463,8 +463,8 @@
 	LDBezierCurve (const Vertex& v0, const Vertex& v1,
 		const Vertex& v2, const Vertex& v3, LDDocument* document = nullptr);
 	Vertex pointAt (qreal t) const;
-	LDObjectList rasterize (int segments);
-	QVector<LDPolygon> rasterizePolygons (int segments);
+	LDObjectList rasterize (int segments = 0);
+	QVector<LDPolygon> rasterizePolygons (int segments = 0);
 };
 
 // Other common LDraw stuff

mercurial