Merge pull request #8730 from kspinka/master
Add override to C++ code generation for InternalGetTable
This commit is contained in:
commit
5ab8239d4b
@ -1174,7 +1174,7 @@ void MessageGenerator::GenerateClassDefinition(io::Printer* printer) {
|
||||
if (options_.table_driven_serialization) {
|
||||
format(
|
||||
"private:\n"
|
||||
"const void* InternalGetTable() const;\n"
|
||||
"const void* InternalGetTable() const override;\n"
|
||||
"public:\n"
|
||||
"\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user