X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b55e706a8794d810fb7c5a7c175c04ea207b1ce7..5e1ed0889d8aac82ca18add8c6139b153225ae71:/apt-pkg/tagfile.h diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index 66c56799d..518d3dbcd 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -84,7 +84,7 @@ class pkgTagSection Stop = this->Stop; }; - pkgTagSection() : Section(0), TagCount(0), d(NULL), Stop(0) {}; + pkgTagSection(); virtual ~pkgTagSection() {}; };