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 23d6b43d0..ed2eb3fe1 100644 --- a/methods/store.cc +++ b/methods/store.cc @@ -31,7 +31,7 @@ #include <apti18n.h> /*}}}*/ -class StoreMethod : public aptMethod +class StoreMethod final : public aptMethod { virtual bool Fetch(FetchItem *Itm) APT_OVERRIDE; |
