gcc2.x build fix.
This commit is contained in:
parent
c6a952d706
commit
52660ce993
@ -149,7 +149,7 @@ public:
|
||||
BStringView(name, string),
|
||||
BInvoker(message, NULL),
|
||||
fNormalColor(color),
|
||||
fHoverColor((rgb_color){ 1, 141, 211, 255 })
|
||||
fHoverColor(make_color(1, 141, 211))
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user