]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimensions.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / dimensions.hh
index a0e2f25edd9203e83f24288e4dde9c1c6b2db5ad..aa01197611f0a48887e1092764ca3bf7c2046e90 100644 (file)
@@ -37,7 +37,7 @@ const Real PT_TO_MM = (1.0 / MM_TO_PT);
 
 #endif
 
-string print_dimen (Real);
+std::string print_dimen (Real);
 const Real point_constant = 1 PT;
 const Real inch_constant = 1 INCH;
 const Real cm_constant = 1 CM;