From dc3aed233275d3d5fabff8dd3970f44dc67032e8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 4 Nov 2002 15:33:08 +0000 Subject: [PATCH] From Stephan Huber, fix for OSX build. --- src/osgDB/Output.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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