]> git.donarmstrong.com Git - lilypond.git/commitdiff
* flower/include/string.hh (class String): remove String:: qualifier.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Jan 2006 01:43:25 +0000 (01:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 24 Jan 2006 01:43:25 +0000 (01:43 +0000)
* flower/include/string.hh (class String): remove to_str0 and
is_empty(). S&R everywhere.

ChangeLog
flower/include/string.hh

index 8568c031df77a988daf8c4cbdc59dab59ded7f42..34d15b998d97987b127ee2ffc5f43385f53af431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-01-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * flower/include/string.hh (class String): remove String:: qualifier.
+
        * buildscripts/analyse-cxx-log.py: new file. Read compile log to
        substitute appropriate functions.
 
index 93f83f234fba88af43462015a8d0d56cf5cafe5c..4a4f36f86eceb8920ccd6c6ab83b84f1b84dd592 100644 (file)
@@ -68,7 +68,7 @@ public:
   /* std::string interface */
   char const *c_str () const;
   bool empty () const;
-  int String::find (String &s, int pos=0) const;
+  int find (String &s, int pos=0) const;
   int find (char c) const;
   int rfind (char c) const;
   String replace (int pos, int n, String str);