]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Response.h
Maintenance: Consistent use of C++11 "override" specifier (#1224)
[thirdparty/squid.git] / src / snmp / Response.h
index dbe8668e9b4ac5e918a50801aa665b72a5ea6c7f..007f6b57c565540424da8f8aabe4c682e6e432f9 100644 (file)
@@ -26,8 +26,8 @@ public:
     explicit Response(Ipc::RequestId); ///< sender's constructor
     explicit Response(const Ipc::TypedMsgHdr& msg); ///< from recvmsg()
     /* Ipc::Response API */
-    virtual void pack(Ipc::TypedMsgHdr& msg) const;
-    virtual Ipc::Response::Pointer clone() const;
+    void pack(Ipc::TypedMsgHdr& msg) const override;
+    Ipc::Response::Pointer clone() const override;
 
 public:
     Pdu pdu; ///< SNMP protocol data unit