Fixed compile error caused by previous commit

This commit is contained in:
Laurent Gomila 2011-12-04 11:22:46 +01:00
parent 44cc9bad84
commit 7deec641ac

View File

@ -32,7 +32,7 @@
namespace sf
{
////////////////////////////////////////////////////////////
RectangleShape::RectangleShape(const Vector2f& size) :
RectangleShape::RectangleShape(const Vector2f& size)
{
SetSize(size);
}