From: janneke Date: Tue, 15 Mar 2005 22:57:01 +0000 (+0000) Subject: ugh X-Git-Tag: release/2.5.23~333 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9469b1c1cf5b8a98d4d60263a026e29e3e4a8cc8;p=lilypond.git ugh --- diff --git a/flower/include/virtual-methods.hh b/flower/include/virtual-methods.hh index ff13f10683..b63ae6fd6e 100644 --- a/flower/include/virtual-methods.hh +++ b/flower/include/virtual-methods.hh @@ -34,7 +34,7 @@ demangle_classname (std::type_info const &); virtual Base *clone () const \ { \ /* return new name (*this); */ \ - Base *urg = (base*) this; \ + Base *urg = (Base*) this; \ return urg->clone_const_helper (); \ }