Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Unified Diff: lily/repeat-tie-engraver.cc

Issue 579240043: Issue 4550: Avoid "using namespace std;" in included files (Take 2) (Closed)
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lily/repeat-tie-engraver.cc
diff --git a/lily/repeat-tie-engraver.cc b/lily/repeat-tie-engraver.cc
index 2d853a4b4ac29fddb625f4d0e0d07c1a56eba215..03d42f2ec359255b90403c460e46f179f3e435d8 100644
--- a/lily/repeat-tie-engraver.cc
+++ b/lily/repeat-tie-engraver.cc
@@ -24,6 +24,8 @@
#include "translator.icc"
+using std::vector;
+
class Repeat_tie_engraver : public Laissez_vibrer_engraver
{
bool is_my_event_class (Stream_event *ev) override;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b