summaryrefslogtreecommitdiff
path: root/include/SFML/Graphics/RenderTarget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Graphics/RenderTarget.hpp')
-rw-r--r--include/SFML/Graphics/RenderTarget.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SFML/Graphics/RenderTarget.hpp b/include/SFML/Graphics/RenderTarget.hpp
index 01c11e9..eb02355 100644
--- a/include/SFML/Graphics/RenderTarget.hpp
+++ b/include/SFML/Graphics/RenderTarget.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2014 Laurent Gomila (laurent.gom@gmail.com)
+// Copyright (C) 2007-2015 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -244,7 +244,7 @@ public:
/// \param states Render states to use for drawing
///
////////////////////////////////////////////////////////////
- void draw(const Vertex* vertices, unsigned int vertexCount,
+ void draw(const Vertex* vertices, std::size_t vertexCount,
PrimitiveType type, const RenderStates& states = RenderStates::Default);
////////////////////////////////////////////////////////////