diff --git a/src/osgDB/Output.cpp b/src/osgDB/Output.cpp index 2667233be..f5dd22ec1 100644 --- a/src/osgDB/Output.cpp +++ b/src/osgDB/Output.cpp @@ -78,17 +78,17 @@ void Output::moveOut() std::string Output::wrapString(const std::string& str) { std::string newstring; - newstring.push_back('"'); + newstring += '"'; for(unsigned int i=0;i