diff options
Diffstat (limited to 'methods/store.cc')
| -rw-r--r-- | methods/store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/store.cc b/methods/store.cc index ed2eb3fe1..bfd748e23 100644 --- a/methods/store.cc +++ b/methods/store.cc @@ -33,7 +33,7 @@ class StoreMethod final : public aptMethod { - virtual bool Fetch(FetchItem *Itm) APT_OVERRIDE; + bool Fetch(FetchItem *Itm) override; public: |
