Removed the String inhertiance from osg::Referenced.
This commit is contained in:
@@ -236,7 +236,6 @@ unsigned int getNextCharacter(look_ahead_iterator& charString,String::Encoding e
|
||||
//
|
||||
|
||||
String::String(const String& str):
|
||||
osg::Referenced(),
|
||||
vector_type(str)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user