Merge pull request #2732 from AsturaPhoenix/master
const FieldDescriptorCompare
This commit is contained in:
commit
8387b88cdc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue