--- a/src/editmodes/circleMode.h Mon Jan 30 14:30:55 2017 +0200
+++ b/src/editmodes/circleMode.h Fri Feb 03 10:44:23 2017 +0200
@@ -38,5 +38,5 @@
double m_angleOffset;
void buildCircle();
- double getAngleOffset() const;
+ double orientation() const;
};