Commit 8387b88c authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #2732 from AsturaPhoenix/master

const FieldDescriptorCompare
parents 66c64e70 01a05a53
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment