Browse Source

[2541] unrelated cleanup: specify 'virtual' for ~SQLite3Accessor explicitly.

per convention.
JINMEI Tatuya 12 years ago
parent
commit
d7441b27a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/sqlite3_accessor.h

+ 1 - 1
src/lib/datasrc/sqlite3_accessor.h

@@ -98,7 +98,7 @@ public:
     /// \brief Destructor
     ///
     /// Closes the database.
-    ~SQLite3Accessor();
+    virtual ~SQLite3Accessor();
 
     /// This implementation internally opens a new sqlite3 database for the
     /// same file name specified in the constructor of the original accessor.