]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1576] removed virtual from the InMemoryZoneFinderTest destructor for now
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 13 Feb 2012 17:07:54 +0000 (09:07 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 13 Feb 2012 17:07:54 +0000 (09:07 -0800)
src/lib/datasrc/tests/memory_datasrc_unittest.cc

index ee8eec1096b39e49b4e081d943f073c9fbb21a78..6212e67d29211a432d7542110a54612cba1165fb 100644 (file)
@@ -447,7 +447,7 @@ public:
                    boost::bind(setRRset, _1, rrsets.begin()));
     }
 
-    virtual ~InMemoryZoneFinderTest() {
+    ~InMemoryZoneFinderTest() {
         // Make sure we reset the hash creator to the default
         setNSEC3HashCreator(NULL);
     }