Added functions to convert strings into uids/gids/modes.
[stg.git] / projects / rlm_stg / stg_client.cpp
index 75109511c507b6822c9b3156985d187be227ae29..239770deffdb068a77e83ba36c2dc2ddb193cc98 100644 (file)
@@ -42,7 +42,7 @@ Client* stgClient = NULL;
 class Client::Impl
 {
     public:
-        Impl(const std::string& address);
+        explicit Impl(const std::string& address);
         ~Impl();
 
         bool stop() { return m_conn ? m_conn->stop() : true; }