]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-extracttemplates.h
Release 1.3.1
[apt.git] / cmdline / apt-extracttemplates.h
index 829cdae755c39b5ca8eb5c1d6542c6f3589310e0..91e385e70e475dc2261561815e3bf2486597d1b5 100644 (file)
@@ -24,11 +24,11 @@ class DebFile : public pkgDirStream
        unsigned long ControlLen;
        
 public:
-       DebFile(const char *FileName);
+       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();