Made some 1 argument constructors explicit

This commit is contained in:
Laurent Gomila 2012-03-27 17:13:46 +02:00
parent ac45dc9cba
commit 74f9388f31
4 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@ public :
/// \param vertexCount Initial number of vertices in the array
///
////////////////////////////////////////////////////////////
VertexArray(PrimitiveType type, unsigned int vertexCount = 0);
explicit VertexArray(PrimitiveType type, unsigned int vertexCount = 0);
////////////////////////////////////////////////////////////
/// \brief Return the vertex count