summaryrefslogtreecommitdiff
path: root/methods/store.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-11-22 14:07:42 +0000
committerJulian Andres Klode <jak@debian.org>2024-11-22 14:07:42 +0000
commitb3c8a3cbb0f51d9cf704ca6a1c050fb50a0fb22d (patch)
treebb6f4b311745f5334d95e0d36c7a2f85384f0ee2 /methods/store.cc
parentdcb81196776f5c31063e5f57104b4b021f37aa00 (diff)
parent8c760266c8c736bff62055c008ab74d78f3ed82a (diff)
Merge branch 'fix/warnings' into 'main'
Fix a small bunch of compile-time warnings See merge request apt-team/apt!404
Diffstat (limited to 'methods/store.cc')
-rw-r--r--methods/store.cc2
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;