]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / script-column.hh
index fe4816eae16d3bc797b490bad6969db5096b1315..a5942a9698336814729deb98ce15406de816a854 100644 (file)
@@ -30,7 +30,7 @@ public:
   static void add_side_positioned (Grob *, Grob *);
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
   DECLARE_SCHEME_CALLBACK (row_before_line_breaking, (SCM));
-  static void order_grobs (vector<Grob *> grobs);
+  static void order_grobs (std::vector<Grob *> grobs);
 
 };