summaryrefslogtreecommitdiff
path: root/plugin/type_inet/sql_type_inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/type_inet/sql_type_inet.h')
-rw-r--r--plugin/type_inet/sql_type_inet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/type_inet/sql_type_inet.h b/plugin/type_inet/sql_type_inet.h
index b0560f1ffe0..69836ca215b 100644
--- a/plugin/type_inet/sql_type_inet.h
+++ b/plugin/type_inet/sql_type_inet.h
@@ -73,8 +73,8 @@ protected:
memcpy(m_buffer, str, length);
return false;
}
- // Non-initializing constructor
- Inet4() { }
+
+ Inet4() = default;
public:
void to_binary(char *dst, size_t dstsize) const
{