Style fixes to BStringItem
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
|
||||
|
||||
BStringItem::BStringItem(const char* text, uint32 level, bool expanded)
|
||||
: BListItem(level, expanded),
|
||||
:
|
||||
BListItem(level, expanded),
|
||||
fText(NULL),
|
||||
fBaselineOffset(0)
|
||||
{
|
||||
@@ -29,7 +30,8 @@ BStringItem::BStringItem(const char* text, uint32 level, bool expanded)
|
||||
|
||||
|
||||
BStringItem::BStringItem(BMessage* archive)
|
||||
: BListItem(archive),
|
||||
:
|
||||
BListItem(archive),
|
||||
fText(NULL),
|
||||
fBaselineOffset(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user