]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
promote filesize to a hashstring
[apt.git] / apt-pkg / tagfile.h
index 3e84d8fd4630c0dec15fa389532d1421c860931c..4cd99b2fc045fde13ea0b486946a4305d8d48cf7 100644 (file)
@@ -43,7 +43,7 @@ class pkgTagSection
       unsigned int StartValue;
       unsigned int NextInBucket;
 
-      TagData(unsigned int const StartTag) : StartTag(StartTag), NextInBucket(0) {}
+      TagData(unsigned int const StartTag) : StartTag(StartTag), EndTag(0), StartValue(0), NextInBucket(0) {}
    };
    std::vector<TagData> Tags;
    unsigned int LookupTable[0x100];
@@ -109,7 +109,7 @@ class pkgTagSection
    };
    
    pkgTagSection();
-   virtual ~pkgTagSection() {};
+   virtual ~pkgTagSection();
 };
 
 class pkgTagFilePrivate;