From bdc0e843a4762a1abddebc53d12a351debe8d457 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 19 Aug 2022 20:52:59 -0400 Subject: add cereal and entityx submodules; fix compile errors --- src/components/Physics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Physics.hpp') 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"; } }; -- cgit v1.2.3