aboutsummaryrefslogtreecommitdiff
path: root/src/staticobject.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-06-08 19:33:46 +0200
committersfan5 <sfan5@live.de>2022-07-14 20:55:45 +0200
commit137eef6590205b7bcdf5273221bc22c17b218f6e (patch)
tree8933aefd5ec6fb351bdf54727f65e379f82ae37c /src/staticobject.h
parentb204655081f495c9d45fdf7d49d203e910dafc7a (diff)
downloadhax-minetest-server-137eef6590205b7bcdf5273221bc22c17b218f6e.tar.gz
hax-minetest-server-137eef6590205b7bcdf5273221bc22c17b218f6e.zip
Move f1000 sanitizing to the places that still use this type
Diffstat (limited to 'src/staticobject.h')
-rw-r--r--src/staticobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/staticobject.h b/src/staticobject.h
index 6fb486193..03cd23cc8 100644
--- a/src/staticobject.h
+++ b/src/staticobject.h
@@ -37,7 +37,7 @@ struct StaticObject
StaticObject() = default;
StaticObject(const ServerActiveObject *s_obj, const v3f &pos_);
- void serialize(std::ostream &os);
+ void serialize(std::ostream &os) const;
void deSerialize(std::istream &is, u8 version);
};