Merge remote-tracking branch 'upstream-ssh/devirtualize-decode' into integration

This commit is contained in:
J. Nick Koston
2026-03-21 20:52:39 -10:00
3 changed files with 10 additions and 18 deletions
+1 -1
View File
@@ -2350,7 +2350,7 @@ def build_message_type(
o += "}\n"
cpp += o
# Generate the decode() declaration in header (public method)
prot = "void decode(const uint8_t *buffer, size_t length) override;"
prot = "void decode(const uint8_t *buffer, size_t length);"
public_content.append(prot)
# Only generate encode method if this message needs encoding and has fields