diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-28 20:55:45 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-01-28 20:55:45 +0100 |
commit | 43fb90dcd5d3f8887c1903073ad21a53847974ba (patch) | |
tree | d3cb985c3d9ba13392b7e58bef39377511878cc0 /apt-pkg/deb/debsystem.h | |
parent | 4b2746d5ff7d6c5ed3b23a44a67fc323475cfd7d (diff) |
apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg/deb/debsystem.h: make destructor virtual
Diffstat (limited to 'apt-pkg/deb/debsystem.h')
-rw-r--r-- | apt-pkg/deb/debsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/deb/debsystem.h b/apt-pkg/deb/debsystem.h index 7c53e1829..232155256 100644 --- a/apt-pkg/deb/debsystem.h +++ b/apt-pkg/deb/debsystem.h @@ -34,7 +34,7 @@ class debSystem : public pkgSystem pkgIndexFile *&Found) const; debSystem(); - ~debSystem(); + virtual ~debSystem(); }; extern debSystem debSys; |