]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/path.hh
release: 0.1.11
[lilypond.git] / flower / include / path.hh
index 81a8cb1038902a0d18ec8a495a866fe16d43b181..1f3a5eb97ad80b0885c5a82a672f8dea1e848466 100644 (file)
@@ -27,7 +27,7 @@ class File_path : private Array<String>
 {
 public:
     /// locate a file in the search path
-    String find (String nm)const;
+    String find (String nm) const;
 
     /// add to end of path.
     Array<String>::push;