]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.h
set APT::Sources::Use-Deb822 to default false for now
[apt.git] / apt-pkg / tagfile.h
index 66c56799dd42c0408683e2cd0f074f8e9bba1679..518d3dbcd60bf8d8caa512371aac4c1ca56f12b4 100644 (file)
@@ -84,7 +84,7 @@ class pkgTagSection
       Stop = this->Stop;
    };
    
-   pkgTagSection() : Section(0), TagCount(0), d(NULL), Stop(0) {};
+   pkgTagSection();
    virtual ~pkgTagSection() {};
 };