src/primitives.h

changeset 503
bebe09014dd6
parent 500
cad8cdc42a64
child 504
6a1fa662bfc1
--- a/src/primitives.h	Wed Oct 16 16:05:51 2013 +0300
+++ b/src/primitives.h	Wed Oct 16 16:40:42 2013 +0300
@@ -104,7 +104,7 @@
 		void hiResToggled (bool on);
 };
 
-void makeCircle (int segs, int divs, double radius, List< QLineF >& lines);
+void makeCircle (int segs, int divs, double radius, List<QLineF>& lines);
 LDFile* generatePrimitive (PrimitiveType type, int segs, int divs, int num);
 
 // Gets a primitive by the given specs. If the primitive cannot be found, it will

mercurial