Merge pull request #2732 from AsturaPhoenix/master

const FieldDescriptorCompare
This commit is contained in:
Adam Cozzette 2017-02-24 14:44:17 -08:00 committed by GitHub
commit 8387b88cdc

View file

@ -65,7 +65,7 @@ namespace java {
namespace {
struct FieldDescriptorCompare {
bool operator ()(const FieldDescriptor* f1, const FieldDescriptor* f2) {
bool operator ()(const FieldDescriptor* f1, const FieldDescriptor* f2) const {
if(f1 == NULL) {
return false;
}