aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Physics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Physics.hpp')
-rw-r--r--src/components/Physics.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Physics.hpp b/src/components/Physics.hpp
index 378e87f..edf5ac5 100644
--- a/src/components/Physics.hpp
+++ b/src/components/Physics.hpp
@@ -33,7 +33,7 @@ public:
void serialize([[maybe_unused]] cereal::JSONOutputArchive& ar) final {}
void serialize([[maybe_unused]] cereal::JSONInputArchive& ar) final {}
- std::string serializeName(void) const final {
+ virtual std::string serializeName(void) const final {
return "Physics";
}
};