X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=util%2Fpidfile.hpp;h=73ba49ce2b19fe4f564c8bb600d78342828c63c0;hb=e0165c033349179841bd1658f4068a9e4c075f66;hp=71d89e1170a4cd92e40ebc6b7ec5dea23e35475c;hpb=c1a3a805f06491115080459bcc7c88eab5282294;p=awesomized%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; };