]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/horizontal-bracket.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / horizontal-bracket.hh
index e2fbb22b09e64ea6255b3e6f876f1bba029d1fd6..0b30949c2577bfc2c6e3e19594dab3736bc61cfe 100644 (file)
@@ -29,9 +29,8 @@ struct Horizontal_bracket
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   static Stencil make_bracket (Grob *, Real, Axis, Direction);
   static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint,
-                                         vector<Grob *> grobs,
+                                         std::vector<Grob *> grobs,
                                          Axis a, Direction dir);
-  DECLARE_GROB_INTERFACE ();
 };
 
 #endif /* HORIZONTAL_BRACKET_HH */