Fix a typo.

pull/1/head
xiaofeng@google.com 12 years ago
parent 4f68d92cfa
commit d833126822
  1. 2
      src/google/protobuf/compiler/cpp/cpp_file.cc

@ -620,7 +620,7 @@ void FileGenerator::GenerateBuildDescriptors(io::Printer* printer) {
// Without.
"GOOGLE_PROTOBUF_DECLARE_ONCE($adddescriptorsname$_once_);\n"
"void $adddescriptorsname$() {\n"
" ::google::protobuf::::google::protobuf::GoogleOnceInit(&$adddescriptorsname$_once_,\n"
" ::google::protobuf::GoogleOnceInit(&$adddescriptorsname$_once_,\n"
" &$adddescriptorsname$_impl);\n"
"}\n",
// Vars.

Loading…
Cancel
Save