From: Diane Trout Date: Tue, 29 Aug 2006 20:45:57 +0000 (+0000) Subject: forgot namespace declaration on some conditional code X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=71dfc342877cc89f923d8f7aceafb1470cd107be forgot namespace declaration on some conditional code --- diff --git a/qui/mussagl.cpp b/qui/mussagl.cpp index 92522de..6b8eaed 100644 --- a/qui/mussagl.cpp +++ b/qui/mussagl.cpp @@ -27,7 +27,7 @@ std::string get_doc_dir() CFRelease(pluginRef); CFRelease(macPath); #else - return string("."); + return std::string("."); #endif }