From 696d54c981302ef1dd545b5b87c7e7b940f933a5 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 15 Mar 2005 22:57:01 +0000 Subject: [PATCH] ugh --- flower/include/virtual-methods.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); \ } -- 2.39.5