--- 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