projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix merge error
[apt.git]
/
apt-pkg
/
deb
/
debmetaindex.h
diff --git
a/apt-pkg/deb/debmetaindex.h
b/apt-pkg/deb/debmetaindex.h
index c021a1b5a710457d0037331b23a65788ac7709b0..8e6a1463bdd40e51b8176eba0de63ef551cf5c2d 100644
(file)
--- a/
apt-pkg/deb/debmetaindex.h
+++ b/
apt-pkg/deb/debmetaindex.h
@@
-22,6
+22,7
@@
class debReleaseIndex : public metaIndex {
public:
debReleaseIndex(string URI, string Dist);
+ ~debReleaseIndex();
virtual string ArchiveURI(string File) const {return URI + File;};
virtual bool GetIndexes(pkgAcquire *Owner, bool GetAll=false) const;