]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lilypond-version.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / lilypond-version.hh
index a832beb7c3e65dc0a4701bac19e40d4b76e7a99b..a38b04bc537625e81a10a194256eb02a58bcceec 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2011 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1998--2014 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
@@ -25,7 +25,7 @@
 struct Lilypond_version
 {
   Lilypond_version (int major, int minor, int patch);
-  Lilypond_version (string str);
+  Lilypond_version (const string &str);
 
   string to_string () const;
   operator int () const;