gcc2.x build fix.

This commit is contained in:
Rene Gollent 2013-09-18 19:33:17 +02:00
parent c6a952d706
commit 52660ce993

View File

@ -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))
{
}