summaryrefslogtreecommitdiff
path: root/storage/connect/catalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/catalog.h')
-rw-r--r--storage/connect/catalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/catalog.h b/storage/connect/catalog.h
index 48347d7519e..2649a50cf76 100644
--- a/storage/connect/catalog.h
+++ b/storage/connect/catalog.h
@@ -61,7 +61,7 @@ class DllExport CATALOG {
friend class OEMDEF;
public:
CATALOG(void); // Constructor
- virtual ~CATALOG() { } // Make -Wdelete-non-virtual-dtor happy
+ virtual ~CATALOG() = default; // Make -Wdelete-non-virtual-dtor happy
// Implementation
int GetCblen(void) {return Cblen;}