aboutsummaryrefslogtreecommitdiff
path: root/contrib/protoc-bnet/BnetFileGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/protoc-bnet/BnetFileGenerator.cpp')
-rw-r--r--contrib/protoc-bnet/BnetFileGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/protoc-bnet/BnetFileGenerator.cpp b/contrib/protoc-bnet/BnetFileGenerator.cpp
index 24e3a6ef63b..912a3d75a78 100644
--- a/contrib/protoc-bnet/BnetFileGenerator.cpp
+++ b/contrib/protoc-bnet/BnetFileGenerator.cpp
@@ -174,7 +174,7 @@ void BnetFileGenerator::GenerateHeader(pb::io::Printer* printer)
printer->Print("#include <type_traits>\n");
}
else
- printer->Print("#include \"Define.h\" // for TC_SHARED_API\n");
+ printer->Print("#include \"Define.h\" // for TC_PROTO_API\n");
printer->Print("// @@protoc_insertion_point(includes)\n");