summaryrefslogtreecommitdiff
path: root/system/gd/packet/parser/fields/padding_field.cc
diff options
context:
space:
mode:
Diffstat (limited to 'system/gd/packet/parser/fields/padding_field.cc')
-rw-r--r--system/gd/packet/parser/fields/padding_field.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/gd/packet/parser/fields/padding_field.cc b/system/gd/packet/parser/fields/padding_field.cc
index e6a2c366bd..155bed6622 100644
--- a/system/gd/packet/parser/fields/padding_field.cc
+++ b/system/gd/packet/parser/fields/padding_field.cc
@@ -66,7 +66,6 @@ std::string PaddingField::GetRustDataType() const {
return "There's no type for Padding fields";
}
-void PaddingField::GenRustGetter(std::ostream&, Size, Size) const {
-}
+void PaddingField::GenRustGetter(std::ostream&, Size, Size, std::string) const {}
void PaddingField::GenRustWriter(std::ostream&, Size, Size) const {}