Browse Source

[1576] removed virtual from the InMemoryZoneFinderTest destructor for now

JINMEI Tatuya 13 years ago
parent
commit
6d675cbff0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/memory_datasrc_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/memory_datasrc_unittest.cc

@@ -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);
     }