]> git.saurik.com Git - apt.git/blobdiff - methods/file.cc
Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>
[apt.git] / methods / file.cc
index 5c76ec1224ef83bb019f2d82f47e67a62945b6c4..40e85bce5a464d7fafa1014bfeba8a242cc3aa47 100644 (file)
@@ -30,7 +30,7 @@
 
 class FileMethod : public pkgAcqMethod
 {
-   virtual bool Fetch(FetchItem *Itm);
+   virtual bool Fetch(FetchItem *Itm) APT_OVERRIDE;
    
    public: