Browse Source

Merge pull request #2732 from AsturaPhoenix/master

const FieldDescriptorCompare
Adam Cozzette 8 năm trước cách đây
mục cha
commit
8387b88cdc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/google/protobuf/compiler/java/java_file.cc

+ 1 - 1
src/google/protobuf/compiler/java/java_file.cc

@@ -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;
     }