mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 12:22:39 +01:00
Contrib: Fix protoc-bnet generator to initialize all fields in the constructor
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user