]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-iterator.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / music-iterator.hh
index 810d230aac279b447a0c7bd989a1093141567221..d5c69d43904030e7bc1508a289e4c59e5069abea 100644 (file)
@@ -114,7 +114,7 @@ bool is_child_context (Context *me, Context *child);
 
 #define IMPLEMENT_CTOR_CALLBACK(Class)                                  \
   LY_DEFINE_MEMBER_FUNCTION (Class, constructor, \
-                             mangle_cxx_identifier (string (#Class) + "::constructor").c_str(), \
+                             mangle_cxx_identifier (std::string (#Class) + "::constructor").c_str(), \
                              0, 0, 0,                                   \
                              (),                                        \
                              "")                                        \