diff --git a/uppsrc/Draw/Cham.h b/uppsrc/Draw/Cham.h index cfa8ed8eb..7c10cfbb3 100644 --- a/uppsrc/Draw/Cham.h +++ b/uppsrc/Draw/Cham.h @@ -61,7 +61,7 @@ void COMBINE5(klass, __, type, __, style)::InitIt() { \ klass::style(); \ } \ \ -const klass::Style& klass::style() \ +const klass::type& klass::style() \ { \ static COMBINE5(klass, __, type, __, style) b, standard; \ if(b.status == 0) { \