]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
merged from the debian-sid branch
[apt.git] / apt-pkg / tagfile.h
index 23f5c57e6df33361df220bea05dd40610a98b483..3a2dee7c7462b1dc3c09e8a8114e6da5a79fdc37 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() {};
 };