]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/accidental-engraver.cc
* flower/include/std-string.hh:
[lilypond.git] / lily / accidental-engraver.cc
index 1c626529cae3df8b3444309a31e4f1509c421566..0534eebbd333f0539f92fd6614c2a3cf687c505a 100644 (file)
@@ -77,13 +77,13 @@ public:
     to store all information before we can really create the
     accidentals.
   */
-  std::vector<Grob*> left_objects_;
-  std::vector<Grob*> right_objects_;
+  vector<Grob*> left_objects_;
+  vector<Grob*> right_objects_;
 
   Grob *accidental_placement_;
 
-  std::vector<Accidental_entry> accidentals_;
-  std::vector<Spanner*> ties_;
+  vector<Accidental_entry> accidentals_;
+  vector<Spanner*> ties_;
 };
 
 /*
@@ -533,7 +533,7 @@ Accidental_engraver::acknowledge_rhythmic_head (Grob_info info)
       && note->is_mus_type ("note-event"))
     {
       /*
-       std::string harmonics usually don't have accidentals.
+       string harmonics usually don't have accidentals.
       */
       if (to_boolean (get_property ("harmonicAccidentals"))
          || !ly_is_equal (info.grob ()->get_property ("style"),