Skip to content

Commit ef9a931

Browse files
committed
Override base destructor provided by the standard library
1 parent 9225753 commit ef9a931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CppSQLite3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class CppSQLite3Exception : public std::exception {
6767

6868
CppSQLite3Exception(const CppSQLite3Exception &e);
6969

70-
virtual ~CppSQLite3Exception();
70+
virtual ~CppSQLite3Exception() override;
7171

7272
int errorCode() const { return mnErrCode; }
7373

0 commit comments

Comments
 (0)