]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/change-iterator.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / change-iterator.hh
index 1ba16c09071916727300214f903ffbb6d83ea6e5..d7473706ddf56c15000940736109eb4a70a520a9 100644 (file)
@@ -31,11 +31,11 @@ public:
   DECLARE_CLASSNAME (Change_iterator);
 
   // returns an error message (empty on success)
-  static string change_to (Music_iterator &it,
-                           SCM to_type, const string &to_id);
+  static std::string change_to (Music_iterator &it,
+                           SCM to_type, const std::string &to_id);
 
 private:
-  void error (const string&);
+  void error (const std::string&);
 };
 
 #endif