From: fred Date: Sun, 24 Mar 2002 20:05:29 +0000 (+0000) Subject: lilypond-0.1.44 X-Git-Tag: release/1.5.59~3452 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=017efc263c4f40025e591a472d8c062b60618d72;p=lilypond.git lilypond-0.1.44 --- diff --git a/flower/include/path.hh b/flower/include/path.hh index caa6bbb752..74a2dfa091 100644 --- a/flower/include/path.hh +++ b/flower/include/path.hh @@ -31,7 +31,7 @@ public: /// add to end of path. Array::push; - void add (String str) { push (str); } + void add (String str); void parse_path (String); };