summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
authorChristian PERRIER <bubulle@debian.org>2013-08-10 12:51:49 +0200
committerChristian PERRIER <bubulle@debian.org>2013-08-10 12:51:49 +0200
commit111f8cd9fccc0ebd8f8c5310a10343bc78569e81 (patch)
treeaa97c77d9d3b02730cf74c771cc43acb74a6cce9 /apt-pkg/tagfile.h
parentde81d69704bc5103ca55032a8f009820f30624c7 (diff)
parentf52037d629aea696f938015e7f1ec037eb079af8 (diff)
Merge branch 'debian/sid' of git://git.debian.org/git/apt/apt into debian/sid
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 4718f5101..fedd72701 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) {};
+ pkgTagSection() : Section(0), TagCount(0), d(NULL), Stop(0) {};
virtual ~pkgTagSection() {};
};