diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-02 22:37:01 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-02-02 22:37:01 +0100 |
commit | ff72bd0dc7bd4d3bb6979e70d7bca9a07d28af28 (patch) | |
tree | 3a574bfabb9046dcce9098e974cc988fb1e40c86 /apt-pkg/srcrecords.h | |
parent | be9b62f76406cf2546d21f3ca27587ee20e0fc37 (diff) |
apt-pkg/deb/*: add placeholder dpointer and make destructors virtual
Diffstat (limited to 'apt-pkg/srcrecords.h')
-rw-r--r-- | apt-pkg/srcrecords.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/srcrecords.h b/apt-pkg/srcrecords.h index a681d2e31..8a78d7711 100644 --- a/apt-pkg/srcrecords.h +++ b/apt-pkg/srcrecords.h @@ -95,7 +95,7 @@ class pkgSrcRecords Parser *Find(const char *Package,bool const &SrcOnly = false); pkgSrcRecords(pkgSourceList &List); - ~pkgSrcRecords(); + virtual ~pkgSrcRecords(); }; #endif |