]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/qtype.hh
Merge pull request #8223 from PowerDNS/omoerbeek-patch-1
[thirdparty/pdns.git] / pdns / qtype.hh
index e8147def7977006bc25a8b5c632e31ce5d69d1fa..8d7eab185f15a4342a1cca8cb1050bc1b9eb824b 100644 (file)
@@ -131,6 +131,10 @@ public:
     LUA=65402
   };
 
+  QType(typeenum orig) : code(orig)
+  {
+  }
+
   typedef pair<string,uint16_t> namenum;
   static vector<namenum> names;