Work around gcc2 limitation to fix build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38825 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2010-09-26 22:13:25 +00:00
parent ed74106bcb
commit f6d6a61645

View File

@ -119,7 +119,7 @@ SubtitleBitmap::_GenerateBitmap()
struct ParseState {
ParseState()
:
color((rgb_color){ 255, 255, 255, 255 }),
color(rgb_color().set_to(255, 255, 255, 255)),
bold(false),
italic(false),
underlined(false),