forgot namespace declaration on some conditional code
authorDiane Trout <diane@caltech.edu>
Tue, 29 Aug 2006 20:45:57 +0000 (20:45 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 29 Aug 2006 20:45:57 +0000 (20:45 +0000)
qui/mussagl.cpp

index 92522de7a27cf015e7002523d7a2000adb5c3583..6b8eaed6fddd215cdb3eee7b97737f3e1497a4b0 100644 (file)
@@ -27,7 +27,7 @@ std::string get_doc_dir()
   CFRelease(pluginRef);
   CFRelease(macPath);
 #else
-  return string(".");
+  return std::string(".");
 #endif
 }