diff options
Diffstat (limited to 'storage/spider/hs_client/util.hpp')
-rw-r--r-- | storage/spider/hs_client/util.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/spider/hs_client/util.hpp b/storage/spider/hs_client/util.hpp index 93d78cc7dc0..60b5441703d 100644 --- a/storage/spider/hs_client/util.hpp +++ b/storage/spider/hs_client/util.hpp @@ -13,7 +13,7 @@ namespace dena { /* boost::noncopyable */ struct noncopyable { - noncopyable() { } + noncopyable() = default; private: noncopyable(const noncopyable&); noncopyable& operator =(const noncopyable&); |