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