From 71dfc342877cc89f923d8f7aceafb1470cd107be Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 29 Aug 2006 20:45:57 +0000 Subject: [PATCH] forgot namespace declaration on some conditional code --- qui/mussagl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2