diff --git a/src/Demos/osgconv/osgconv.cpp b/src/Demos/osgconv/osgconv.cpp index 55c4cfd03..68c8b307a 100644 --- a/src/Demos/osgconv/osgconv.cpp +++ b/src/Demos/osgconv/osgconv.cpp @@ -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 ) {