We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9225753 commit ef9a931Copy full SHA for ef9a931
1 file changed
src/CppSQLite3.h
@@ -67,7 +67,7 @@ class CppSQLite3Exception : public std::exception {
67
68
CppSQLite3Exception(const CppSQLite3Exception &e);
69
70
- virtual ~CppSQLite3Exception();
+ virtual ~CppSQLite3Exception() override;
71
72
int errorCode() const { return mnErrCode; }
73
0 commit comments