X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/6c4b6a06234acd26e1d9bbb51668157263165fe1..c3078dfc9f61658f14c3854ad0c39d0df07fe80b:/include/pidfile.h diff --git a/include/pidfile.h b/include/pidfile.h index ba9adec..a791c65 100644 --- a/include/pidfile.h +++ b/include/pidfile.h @@ -10,7 +10,7 @@ namespace SSMD { class PIDFile : private boost::noncopyable { public: PIDFile(); - PIDFile(const std::string & file); + explicit PIDFile(const std::string & file); ~PIDFile(); private: const std::string fileName;