]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lilypond-version.cc
CG: Update of Patchy instructions
[lilypond.git] / lily / lilypond-version.cc
index 28bb08d76152cca62c7d50a10c0cd1b8ad19f111..fd76deec67e1ea33654c1a44db35381fed1d9d6a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1998--2012 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
@@ -30,7 +30,7 @@ Lilypond_version::Lilypond_version (int major, int minor, int patch)
   patch_ = patch;
 }
 
-Lilypond_version::Lilypond_version (string str)
+Lilypond_version::Lilypond_version (const string &str)
 {
   major_ = 0;
   minor_ = 0;