summaryrefslogtreecommitdiff
path: root/methods/sqv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/sqv.cc')
-rw-r--r--methods/sqv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/sqv.cc b/methods/sqv.cc
index 716081f8e..45d001af1 100644
--- a/methods/sqv.cc
+++ b/methods/sqv.cc
@@ -21,7 +21,7 @@ class SQVMethod : public aptMethod
vector<string> &signers);
protected:
- virtual bool URIAcquire(std::string const &Message, FetchItem *Itm) APT_OVERRIDE;
+ bool URIAcquire(std::string const &Message, FetchItem *Itm) override;
public:
SQVMethod();