X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..312c0eec08cfff18956ff4e238f6b6982bb0e721:/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;