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