Added std:: in front of string.
This commit is contained in:
@@ -72,7 +72,7 @@ parse_args( int argc, char **argv, FileNameList &fileNames,
|
||||
OrientationConverter &oc, osgDB::ReaderWriter::Options* options )
|
||||
{
|
||||
int nexti;
|
||||
string opt = "";
|
||||
std::string opt = "";
|
||||
|
||||
for(int i = 1; i < argc; i=nexti )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user