]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/Dispatcher.h: make copy/move ctor explicit
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 19 Mar 2015 21:11:17 +0000 (22:11 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 15 Apr 2015 10:24:12 +0000 (12:24 +0200)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/msg/Dispatcher.h

index 523c0165341cc1c34dae9491e7b1c9de262fcae7..a0a3b37b04037486095bec6bc471b6c30d0627b6 100644 (file)
@@ -192,7 +192,7 @@ public:
 protected:
   CephContext *cct;
 private:
-  Dispatcher(const Dispatcher &rhs);
+  explicit Dispatcher(const Dispatcher &rhs);
   Dispatcher& operator=(const Dispatcher &rhs);
 };