Merge "SymbolComparator operator() is missing const"
am: e74483074e
Change-Id: I86f332f10f87d519c42c5880c49dacf98be2c9e5
This commit is contained in:
@@ -802,7 +802,7 @@ bool ResourceParser::parseAttrImpl(xml::XmlPullParser* parser, ParsedResource* o
|
||||
}
|
||||
|
||||
struct SymbolComparator {
|
||||
bool operator()(const Attribute::Symbol& a, const Attribute::Symbol& b) {
|
||||
bool operator()(const Attribute::Symbol& a, const Attribute::Symbol& b) const {
|
||||
return a.symbol.name.value() < b.symbol.name.value();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user