summaryrefslogtreecommitdiffhomepage
path: root/anim/serialize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'anim/serialize.hpp')
-rw-r--r--anim/serialize.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/anim/serialize.hpp b/anim/serialize.hpp
index a8b13d41..49641fb5 100644
--- a/anim/serialize.hpp
+++ b/anim/serialize.hpp
@@ -32,7 +32,7 @@ struct anim_group final
struct anim final
{
static std::tuple<anim, bool> from_json(const std::filesystem::path& pathname) noexcept;
- [[nodiscard]] bool to_json(const std::filesystem::path& pathname) noexcept;
+ [[nodiscard]] bool to_json(const std::filesystem::path& pathname) const noexcept;
static constexpr int default_fps = 24;
std::string name;