From e999f5ad0ff37e280baabaeed186e79f1002e7a0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 4 Nov 2002 10:37:11 +0000 Subject: [PATCH] Added std:: in front of string. --- src/Demos/osgconv/osgconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {