Loading tools/aapt2/ResourceParser.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -934,7 +934,7 @@ bool ResourceParser::ParseAttrImpl(xml::XmlPullParser* parser, } 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(); } }; Loading Loading
tools/aapt2/ResourceParser.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -934,7 +934,7 @@ bool ResourceParser::ParseAttrImpl(xml::XmlPullParser* parser, } 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(); } }; Loading