summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-08-06 09:13:27 +0200
committerMichael Vogt <mvo@debian.org>2013-08-06 09:13:27 +0200
commitb40394c0ff509954c37254b0993a985ea3ff1467 (patch)
tree908f5d4ba931cdf66843e8c9c3eae1a32e078e08 /apt-pkg/tagfile.h
parentafc2891fdac29848826a7f9cdeb22ce0c2409350 (diff)
memset() pkgTagSections data to make coverity happy
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r--apt-pkg/tagfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h
index 126f4219d..7b496ffd8 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), Stop(0), d(NULL) {};
+ pkgTagSection();
virtual ~pkgTagSection() {};
};