summaryrefslogtreecommitdiff
path: root/storage/connect/tabsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/tabsys.h')
-rw-r--r--storage/connect/tabsys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/connect/tabsys.h b/storage/connect/tabsys.h
index 0c6017af177..0a427b12dae 100644
--- a/storage/connect/tabsys.h
+++ b/storage/connect/tabsys.h
@@ -108,7 +108,7 @@ class INICOL : public COLBLK {
protected:
// Default constructor not to be used
- INICOL(void) {}
+ INICOL(void) = default;
// Members
char *Valbuf; // To the key value buffer
@@ -176,7 +176,7 @@ class XINCOL : public INICOL {
protected:
// Default constructor not to be used
- XINCOL(void) {}
+ XINCOL(void) = default;
// Members
}; // end of class XINICOL