From: Patrick Donnelly Date: Mon, 11 Dec 2023 20:27:58 +0000 (-0500) Subject: msg: trivial destructor should be default X-Git-Tag: testing/wip-batrick-testing-20240411.154038~66^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7d8c35c65f384a31176d35db2c0add23a93fc6b;p=ceph-ci.git msg: trivial destructor should be default See: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-five Signed-off-by: Patrick Donnelly --- diff --git a/src/msg/Dispatcher.h b/src/msg/Dispatcher.h index 885f1843b31..ddf273288b3 100644 --- a/src/msg/Dispatcher.h +++ b/src/msg/Dispatcher.h @@ -33,7 +33,7 @@ public: : cct(cct_) { } - virtual ~Dispatcher() { } + virtual ~Dispatcher() = default; /** * The Messenger calls this function to query if you are capable