From 881033464c13398f78be306d8d785616f0947896 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Feb 2019 15:29:12 +0000 Subject: Bring inline with clang-tidy checks --- libodbcpp/odbc-bind.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libodbcpp/odbc-bind.h') 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 -- cgit v1.2.3