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:
parent
ed74106bcb
commit
f6d6a61645
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user