diff options
Diffstat (limited to 'libodbcpp/odbc-bind.h')
-rw-r--r-- | libodbcpp/odbc-bind.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libodbcpp/odbc-bind.h b/libodbcpp/odbc-bind.h index 356723b..7a982e6 100644 --- a/libodbcpp/odbc-bind.h +++ b/libodbcpp/odbc-bind.h @@ -7,8 +7,7 @@ namespace ODBC { class Bind { public: - Bind(); - virtual ~Bind() = 0; + virtual ~Bind() = default; virtual SQLSMALLINT ctype() const = 0; // The C type ID virtual SQLULEN size() const = 0; // The size of the data |