diff options
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/token.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/token.hxx b/starmath/inc/token.hxx index cc295cc5fe28..cb485a531ac8 100644 --- a/starmath/inc/token.hxx +++ b/starmath/inc/token.hxx @@ -200,7 +200,7 @@ struct SmColorTokenTableEntry : pIdent(name) , cIdent(codename) , eType(ctype) - , cColor(ncolor) + , cColor(ColorTransparency, ncolor) { } |