]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
merge with debian/experimental
[apt.git] / apt-pkg / tagfile.h
index 87d070d28e47d7ea876e5df6cdfedfd823ea043b..28f7fcc243e0cd4c9f3f77e33a8c13889fc9d90f 100644 (file)
@@ -78,7 +78,7 @@ class pkgTagSection
       Stop = this->Stop;
    };
    
-   pkgTagSection() : Section(0), Stop(0) {};
+   pkgTagSection() : Section(0), TagCount(0), Stop(0) {};
    virtual ~pkgTagSection() {};
 };