diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-22 22:24:27 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-22 22:24:27 +0200 |
commit | fbe0969131dc2472bcefbceaf390015ba68e1327 (patch) | |
tree | 8a559e599f2284f97e93ffbea3db24c24c567b6a /apt-pkg/tagfile.h | |
parent | 85988543cb4692571a754818a56cd0fd1c27d5a9 (diff) | |
parent | 70e0c1683e7021a0682b0808b329a3cced3920ac (diff) |
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Conflicts:
apt-pkg/tagfile.h
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() {}; }; |