]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tuplet-number.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / tuplet-number.hh
index 24ba77a37712efee55a98be041e215e02135a79d..82bb9a9110a2286e143c5a912b0d3d7eeccb8c54 100644 (file)
@@ -33,7 +33,7 @@ struct Tuplet_number
 
   static Real calc_offset (Spanner *me, Axis a); // not used
 
-  static Grob *select_reference_stem (Grob *me, vector<Grob *> const &cols);
+  static Grob *select_reference_stem (Grob *me, std::vector<Grob *> const &cols);
   static Drul_array<Grob *> adjacent_note_columns (Grob *me, Grob *ref_stem);
   static bool knee_position_against_beam (Grob *me, Grob *ref_stem);
 };