summaryrefslogtreecommitdiff
path: root/storage/connect/csort.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/csort.h')
-rw-r--r--storage/connect/csort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/csort.h b/storage/connect/csort.h
index 6e700059881..cce01df4199 100644
--- a/storage/connect/csort.h
+++ b/storage/connect/csort.h
@@ -33,7 +33,7 @@ class DllExport CSORT {
public:
// Constructor
CSORT(bool cns, int th = THRESH, int mth = MTHRESH);
- virtual ~CSORT() {}
+ virtual ~CSORT() = default;
protected:
// Implementation
/*********************************************************************/