]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.44
authorfred <fred>
Sun, 24 Mar 2002 20:05:29 +0000 (20:05 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:05:29 +0000 (20:05 +0000)
flower/include/path.hh

index caa6bbb752e159560d0183e58c1d2c4a7d624f7a..74a2dfa0918b25121cd6e9c28396b0c560f0b693 100644 (file)
@@ -31,7 +31,7 @@ public:
 
   /// add to end of path.
   Array<String>::push;
-  void add (String str) { push (str); }
+  void add (String str);
   void parse_path (String);
 };