Skip to content

Commit 46bbc51

Browse files
committed
Merge PR ceph#56565 into main
* refs/pull/56565/head: msg: trivial destructor should be default Reviewed-by: Ronen Friedman <[email protected]>
2 parents 278d895 + b7d8c35 commit 46bbc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msg/Dispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Dispatcher {
3333
: cct(cct_)
3434
{
3535
}
36-
virtual ~Dispatcher() { }
36+
virtual ~Dispatcher() = default;
3737

3838
/**
3939
* The Messenger calls this function to query if you are capable

0 commit comments

Comments
 (0)