]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/beziercurve.hxx
math: 'void getMaxSubdiv' does not make any sense
[simgear.git] / simgear / math / beziercurve.hxx
old mode 100755 (executable)
new mode 100644 (file)
index b565832..5654534
@@ -59,7 +59,7 @@ namespace simgear
     }
 
     void setMaxSubdiv( size_t aMaxSubdiv ) { mMaxSubdiv = aMaxSubdiv; }
-    void getMaxSubdiv() const { return mMaxSubdiv; }
+    size_t getMaxSubdiv() const { return mMaxSubdiv; }
     PointList &pointList() { return mPointList; }
     const PointList &pointList() const { return mPointList; }