From Trajce Nicklov, fixes to warnings

This commit is contained in:
Robert Osfield
2010-02-22 09:50:37 +00:00
parent e3a1f664b9
commit c16d55fa9b
2 changed files with 4 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class OSGWIDGET_EXPORT Input: public Label
unsigned int _textLength;
std::vector<point_type> _offsets;
std::vector<point_type> _wordsOffsets;
std::vector<unsigned int> _wordsOffsets;
std::vector<point_type> _widths;
osg::ref_ptr<Widget> _cursor;