diff --git a/include/SFML/Graphics/Vertex.hpp b/include/SFML/Graphics/Vertex.hpp index 21ff96eaf..f8a091196 100644 --- a/include/SFML/Graphics/Vertex.hpp +++ b/include/SFML/Graphics/Vertex.hpp @@ -67,7 +67,7 @@ public : /// \param color Vertex color /// //////////////////////////////////////////////////////////// - Vertex(const Vector2f& position, const Color& color); + Vertex(const Vector2f& position, const sf::Color& color); //////////////////////////////////////////////////////////// /// \brief Construct the vertex from its position and texture coordinates @@ -88,7 +88,7 @@ public : /// \param texCoords Vertex texture coordinates /// //////////////////////////////////////////////////////////// - Vertex(const Vector2f& position, const Color& color, const Vector2i& texCoords); + Vertex(const Vector2f& position, const sf::Color& color, const Vector2i& texCoords); //////////////////////////////////////////////////////////// // Member data