]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/program-option.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / program-option.hh
index acf1a93b5c27d3a56c7379c6a98d429f955c2c77..c5e8e1ca69e0184fb7451a068c8950781a9c25df 100644 (file)
@@ -27,6 +27,6 @@ SCM ly_get_option (SCM);
 SCM ly_set_option (SCM, SCM);
 
 bool get_program_option (const char *);
-string get_output_backend_name ();
+std::string get_output_backend_name ();
 
 #endif /* SCM_OPTION_HH */