X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=util%2Fpidfile.hpp;h=73ba49ce2b19fe4f564c8bb600d78342828c63c0;hb=25efe3485198149616820ab4e52d2f18f0abe5a7;hp=71d89e1170a4cd92e40ebc6b7ec5dea23e35475c;hpb=04b8554c3724eae57fbd75dc6b3e69dca8b58187;p=m6w6%2Flibmemcached diff --git a/util/pidfile.hpp b/util/pidfile.hpp index 71d89e11..73ba49ce 100644 --- a/util/pidfile.hpp +++ b/util/pidfile.hpp @@ -37,7 +37,6 @@ #pragma once - #include namespace datadifferential { @@ -59,7 +58,7 @@ public: private: int _last_errno; - std::string _filename; + const std::string _filename; std::string _error_message; };