Added std:: in front of string.

This commit is contained in:
Robert Osfield
2002-11-04 10:37:11 +00:00
parent a6eafa79e2
commit e999f5ad0f

View File

@@ -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 )
{