diff options
Diffstat (limited to 'system/gd/packet/parser/fields/custom_field.cc')
-rw-r--r-- | system/gd/packet/parser/fields/custom_field.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/gd/packet/parser/fields/custom_field.cc b/system/gd/packet/parser/fields/custom_field.cc index e4761abc98..295fbf5ca5 100644 --- a/system/gd/packet/parser/fields/custom_field.cc +++ b/system/gd/packet/parser/fields/custom_field.cc @@ -104,7 +104,6 @@ std::string CustomField::GetRustDataType() const { return type_name_; } -void CustomField::GenRustGetter(std::ostream&, Size, Size) const { -} +void CustomField::GenRustGetter(std::ostream&, Size, Size, std::string) const {} void CustomField::GenRustWriter(std::ostream&, Size, Size) const {} |