From 4a9251414d6672468ff0ee0f9c722a89cb44b26c Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 14 Dec 2022 21:10:03 +0100 Subject: [PATCH] enhance: Make storage::local::StatsFile movable --- src/storage/local/StatsFile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/local/StatsFile.hpp b/src/storage/local/StatsFile.hpp index 2ac4026c1..e657aa3a4 100644 --- a/src/storage/local/StatsFile.hpp +++ b/src/storage/local/StatsFile.hpp @@ -42,7 +42,7 @@ public: update(std::function) const; private: - const std::string m_path; + std::string m_path; }; } // namespace storage::local -- 2.47.2