]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/lua-auth4.hh
Merge pull request #14240 from PowerDNS/dependabot/pip/pdns/dnsdistdist/docs/requests...
[thirdparty/pdns.git] / pdns / lua-auth4.hh
index 06ad247b60c105438367107cf07647a2df539032..fea41d640b99918dfe9d42a66c33b076ab284de7 100644 (file)
@@ -19,10 +19,11 @@ public:
 
   std::unique_ptr<DNSPacket> prequery(const DNSPacket& p);
 
-  ~AuthLua4(); // this is so unique_ptr works with an incomplete type
+  ~AuthLua4() override; // this is so unique_ptr works with an incomplete type
 protected:
-  virtual void postPrepareContext() override;
-  virtual void postLoad() override;
+  void postPrepareContext() override;
+  void postLoad() override;
+
 private:
   struct UpdatePolicyQuery {
     DNSName qname;