Small cleanup
This commit is contained in:
@@ -448,10 +448,10 @@ BPackageInfo::Parser::_ParseStringList(BObjectList<BString>* value,
|
|||||||
BObjectList<BString>* value;
|
BObjectList<BString>* value;
|
||||||
bool allowQuotedStrings;
|
bool allowQuotedStrings;
|
||||||
|
|
||||||
StringParser(BObjectList<BString>* value_, bool allowQuotedStrings_)
|
StringParser(BObjectList<BString>* value, bool allowQuotedStrings)
|
||||||
:
|
:
|
||||||
value(value_),
|
value(value),
|
||||||
allowQuotedStrings(allowQuotedStrings_)
|
allowQuotedStrings(allowQuotedStrings)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user