]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lilypond-version.cc
Imported Upstream version 2.18.0
[lilypond.git] / lily / lilypond-version.cc
index 28bb08d76152cca62c7d50a10c0cd1b8ad19f111..9c6d2130a331dd5f2599bbcae66090f501cf7ac7 100644 (file)
@@ -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;