merged from the debian-sid branch
[ntk/apt.git] / apt-pkg / tagfile.h
index 23f5c57..3a2dee7 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() {};
 };