Renamed 'Points' to 'PointCount'
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:
/**