Nobuaki Sukegawa 11 年之前
父節點
當前提交
e5a17998cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/google/protobuf/compiler/cpp/cpp_extension.h

+ 1 - 1
src/google/protobuf/compiler/cpp/cpp_extension.h

@@ -57,7 +57,7 @@ namespace cpp {
 class ExtensionGenerator {
 class ExtensionGenerator {
  public:
  public:
   // See generator.cc for the meaning of dllexport_decl.
   // See generator.cc for the meaning of dllexport_decl.
-  explicit ExtensionGenerator(const FieldDescriptor* desycriptor,
+  explicit ExtensionGenerator(const FieldDescriptor* descriptor,
                               const Options& options);
                               const Options& options);
   ~ExtensionGenerator();
   ~ExtensionGenerator();