From: Joel Rosdahl Date: Wed, 14 Dec 2022 20:10:03 +0000 (+0100) Subject: enhance: Make storage::local::StatsFile movable X-Git-Tag: v4.8~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a9251414d6672468ff0ee0f9c722a89cb44b26c;p=thirdparty%2Fccache.git enhance: Make storage::local::StatsFile movable --- 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