Browse Source

[2218] define the default ctor for TestNSEC3HashCreator.

clang requires it to construct a const object of it.
JINMEI Tatuya 12 years ago
parent
commit
208dbbaf77
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/datasrc/tests/faked_nsec3.h

+ 1 - 0
src/lib/datasrc/tests/faked_nsec3.h

@@ -57,6 +57,7 @@ class TestNSEC3HashCreator : public isc::dns::NSEC3HashCreator {
 private:
     class TestNSEC3Hash;
 public:
+    TestNSEC3HashCreator() {}
     virtual isc::dns::NSEC3Hash* create(const
                                         isc::dns::rdata::generic::NSEC3PARAM&)
         const;