Style fixes to BStringItem

This commit is contained in:
John Scipione
2014-03-07 13:55:43 -05:00
parent c2db663cdf
commit 86bdb1b69d
+4 -2
View File
@@ -20,7 +20,8 @@
BStringItem::BStringItem(const char* text, uint32 level, bool expanded) BStringItem::BStringItem(const char* text, uint32 level, bool expanded)
: BListItem(level, expanded), :
BListItem(level, expanded),
fText(NULL), fText(NULL),
fBaselineOffset(0) fBaselineOffset(0)
{ {
@@ -29,7 +30,8 @@ BStringItem::BStringItem(const char* text, uint32 level, bool expanded)
BStringItem::BStringItem(BMessage* archive) BStringItem::BStringItem(BMessage* archive)
: BListItem(archive), :
BListItem(archive),
fText(NULL), fText(NULL),
fBaselineOffset(0) fBaselineOffset(0)
{ {