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