From: Jan Nieuwenhuizen Date: Tue, 15 Mar 2005 22:57:01 +0000 (+0000) Subject: ugh X-Git-Tag: release/2.5.16~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=696d54c981302ef1dd545b5b87c7e7b940f933a5;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 (); \ }