Changed constructors to use unsigned int to get round VS6.0 + wrapper problems.

This commit is contained in:
Robert Osfield
2005-12-09 16:00:01 +00:00
parent c99b4b7b4d
commit 7d4acba022
4 changed files with 10 additions and 10 deletions

View File

@@ -54,6 +54,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::VectorUInt)
I_Constructor0();
I_Constructor1(IN, const osgText::VectorUInt &, copy);
I_Constructor2(IN, unsigned int *, beg, IN, unsigned int *, end);
I_Constructor1(IN, osgText::VectorUInt::size_type, n);
I_Constructor1(IN, unsigned int, n);
END_REFLECTOR