aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/cpp_plugin.cc
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-05-20 13:24:59 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-05-20 13:24:59 -0700
commit210f3c4b8e3088fc26e674841c7c992ef1c7d609 (patch)
tree23a3744021eb06dc270e507faf657de950113ddc /src/compiler/cpp_plugin.cc
parent3c62c555a4d1b4385d4f8c6c9f533c34c82cec5a (diff)
Added comments to node generation, also refactored some plugin code
Diffstat (limited to 'src/compiler/cpp_plugin.cc')
-rw-r--r--src/compiler/cpp_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/cpp_plugin.cc b/src/compiler/cpp_plugin.cc
index 0ec183e474..fc0296cd28 100644
--- a/src/compiler/cpp_plugin.cc
+++ b/src/compiler/cpp_plugin.cc
@@ -43,7 +43,7 @@
#include "src/compiler/cpp_generator_helpers.h"
#include "src/compiler/generator_helpers.h"
-using grpc_generator::GetCppComments;
+using grpc_cpp_generator::GetCppComments;
class ProtoBufMethod : public grpc_cpp_generator::Method {
public: