BIND 10 trac2541, updated. d7441b27a527262614446fd678513b8d6a819214 [2541] unrelated cleanup: specify 'virtual' for ~SQLite3Accessor explicitly.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 12 17:04:28 UTC 2012


The branch, trac2541 has been updated
       via  d7441b27a527262614446fd678513b8d6a819214 (commit)
      from  bc8aae68ec152b7dce35c158758537bd9912688f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d7441b27a527262614446fd678513b8d6a819214
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Dec 12 09:03:18 2012 -0800

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

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/sqlite3_accessor.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/sqlite3_accessor.h b/src/lib/datasrc/sqlite3_accessor.h
index e931573..c5773d0 100644
--- a/src/lib/datasrc/sqlite3_accessor.h
+++ b/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.



More information about the bind10-changes mailing list