X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/25dd1ac0696ca47e586e58d4309fc4c36e11d1dc..HEAD:/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;