]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/moment.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / moment.hh
index d84a992b40e73eb6b649476ffb14481558f259d4..9f825970af7f36b1cf36929e898752786f1d8821 100644 (file)
@@ -59,7 +59,7 @@ public:
   /*
     Deliver a copy of THIS as a smobified SCM
   */
-  string to_string () const;
+  std::string to_string () const;
   static int compare (Moment const &, Moment const &);
   SCM as_scheme () const;
 };