diff options
Diffstat (limited to 'methods/copy.cc')
| -rw-r--r-- | methods/copy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/copy.cc b/methods/copy.cc index 82eed150c..44205e4cd 100644 --- a/methods/copy.cc +++ b/methods/copy.cc @@ -24,7 +24,7 @@ #include <apti18n.h> /*}}}*/ -class CopyMethod : public aptMethod +class CopyMethod final : public aptMethod { virtual bool Fetch(FetchItem *Itm) APT_OVERRIDE; |
