Made some 1 argument constructors explicit
This commit is contained in:
parent
ac45dc9cba
commit
74f9388f31
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue