mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 14:22:16 -06:00
Fixed CH_STYLE to return correct type for "StyleDefault" method if style's type name is other than "Style"
git-svn-id: svn://ultimatepp.org/upp/trunk@3856 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ad4b15ff20
commit
338e05de3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) { \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue