]> 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 7048f70256b7b6b48fda0ab5ae212afbf255a292..c5e8e1ca69e0184fb7451a068c8950781a9c25df 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2001--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 2001--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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 */