X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/af9452155f0892e1d2862efad4a87861ca60867d..e483fbc3e51aca90ff4abc5347862173366c40ef:/rlm_stg/stg_client.cpp diff --git a/rlm_stg/stg_client.cpp b/rlm_stg/stg_client.cpp index e34c50cd..21727225 100644 --- a/rlm_stg/stg_client.cpp +++ b/rlm_stg/stg_client.cpp @@ -51,7 +51,7 @@ class Client::Impl private: std::string m_address; - boost::scoped_ptr m_conn; + std::unique_ptr m_conn; pthread_mutex_t m_mutex; pthread_cond_t m_cond;