From 017efc263c4f40025e591a472d8c062b60618d72 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:05:29 +0000 Subject: [PATCH] lilypond-0.1.44 --- flower/include/path.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- 2.39.5