Index: third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h b/third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h |
index a0d91f5a551e3defdbd7a98d7b340dc025f7f62d..c33e713df1e4babf9926d13693e55f581394fe0d 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/java/java_enum.h |
@@ -58,9 +58,8 @@ namespace java { |
class EnumGenerator { |
public: |
- explicit EnumGenerator(const EnumDescriptor* descriptor, |
- bool immutable_api, |
- Context* context); |
+ EnumGenerator(const EnumDescriptor* descriptor, bool immutable_api, |
+ Context* context); |
~EnumGenerator(); |
void Generate(io::Printer* printer); |