]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / include / grob-info.hh
index 1faeb5a2da973e73204e16d576df4aba38a250da..1df88ce749f2de9204db3684c38bcf017367db34 100644 (file)
@@ -42,7 +42,7 @@ public:
   Context *context () const;
   Stream_event *event_cause () const;
   Stream_event *ultimate_event_cause () const;
-  std::vector<Context *> origin_contexts (Translator *) const;
+  vector<Context *> origin_contexts (Translator *) const;
   Grob_info (Translator *, Grob *);
   Grob_info ();