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

Unified Diff: lily/include/spacing-interface.hh

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/include/spacing-interface.hh
diff --git a/lily/include/spacing-interface.hh b/lily/include/spacing-interface.hh
index 15c7c1ecf78b6121d9885014b3b750b50bf04b32..746cdd1e58430478e1376129ccafa63b4179a8f2 100644
--- a/lily/include/spacing-interface.hh
+++ b/lily/include/spacing-interface.hh
@@ -25,8 +25,8 @@
struct Spacing_interface
{
static Real minimum_distance (Grob *me, Grob *right_col);
- static vector<Item *> right_note_columns (Grob *me);
- static vector<Item *> left_note_columns (Grob *me);
+ static std::vector<Item *> right_note_columns (Grob *me);
+ static std::vector<Item *> left_note_columns (Grob *me);
static Paper_column *right_column (Grob *me);
static Paper_column *left_column (Grob *me);
static Drul_array<Skyline> skylines (Grob *me, Grob *right_col);

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