]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.h
get pdiff files from the same mirror as the index
[apt.git] / cmdline / apt-extracttemplates.h
index b129a2d51d5fc9ac298650664a9ba5900a5458ac..91e385e70e475dc2261561815e3bf2486597d1b5 100644 (file)
@@ -26,9 +26,9 @@ class DebFile : public pkgDirStream
 public:
        explicit DebFile(const char *FileName);
        ~DebFile();
-       bool DoItem(Item &I, int &fd);
+       bool DoItem(Item &I, int &fd) APT_OVERRIDE;
        bool Process(pkgDirStream::Item &I, const unsigned char *data, 
-               unsigned long long size, unsigned long long pos);
+               unsigned long long size, unsigned long long pos) APT_OVERRIDE;
 
        bool Go();
        bool ParseInfo();