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:
@@ -119,7 +119,7 @@ SubtitleBitmap::_GenerateBitmap()
|
|||||||
struct ParseState {
|
struct ParseState {
|
||||||
ParseState()
|
ParseState()
|
||||||
:
|
:
|
||||||
color((rgb_color){ 255, 255, 255, 255 }),
|
color(rgb_color().set_to(255, 255, 255, 255)),
|
||||||
bold(false),
|
bold(false),
|
||||||
italic(false),
|
italic(false),
|
||||||
underlined(false),
|
underlined(false),
|
||||||
|
|||||||
Reference in New Issue
Block a user