From Marco Jez (with tweaks by Robert Osfield) : clean up of inheritance from std::vector<> classes
This commit is contained in:
@@ -237,7 +237,7 @@ unsigned int getNextCharacter(look_ahead_iterator& charString,String::Encoding e
|
||||
|
||||
String::String(const String& str):
|
||||
osg::Referenced(),
|
||||
VectorUInt(str)
|
||||
vector_type(str)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user