From 1e34d04aacf4ff1510ca233a64406b025431f6e8 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Wed, 4 Jan 2012 20:38:02 +0100 Subject: [PATCH] Minor fix in comments --- include/SFML/Graphics/Shape.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Graphics/Shape.hpp b/include/SFML/Graphics/Shape.hpp index 2ad36c929..6386cde75 100644 --- a/include/SFML/Graphics/Shape.hpp +++ b/include/SFML/Graphics/Shape.hpp @@ -335,6 +335,6 @@ private : /// \li GetOutlinePointCount must return the number of points of the shape /// \li GetOutlinePoint must return the points of the shape /// -/// \see sf::LineShape, sf::RectangleShape, sf::CircleShape, sf::ConvexShape, sf::Transformable +/// \see sf::RectangleShape, sf::CircleShape, sf::ConvexShape, sf::Transformable /// ////////////////////////////////////////////////////////////