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

Unified Diff: lily/key-signature-interface.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/key-signature-interface.cc
diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc
index b6f314a6853a1726c517b6f5117f734bb8922968..ea1200a5402c99d8214259ef71eda53316d81704 100644
--- a/lily/key-signature-interface.cc
+++ b/lily/key-signature-interface.cc
@@ -29,6 +29,8 @@
#include "rational.hh"
#include "lily-imports.hh"
+using std::string;
+
struct Key_signature_interface
{
DECLARE_SCHEME_CALLBACK (print, (SCM));

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