Commit 1b2a2f1359d47f1da15eeed7a12fa768e41481b1

henry 2002-12-17T03:46:58

Renamed 'Points' to 'PointCount'

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTContour.h b/include/FTContour.h
index 0b08914..5c45791 100644
--- a/include/FTContour.h
+++ b/include/FTContour.h
@@ -48,7 +48,7 @@ class FTGL_EXPORT FTContour
          *
          * @return the number of points in this contour
          */
-        size_t Points() const { return pointList.size();}
+        size_t PointCount() const { return pointList.size();}
 
     private:
         /**