projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use pkgAcquire::GetLock instead of own code
[apt.git]
/
apt-pkg
/
indexcopy.h
diff --git
a/apt-pkg/indexcopy.h
b/apt-pkg/indexcopy.h
index ca33a2cb8c29bcf0f151d02ffaaded2a65f02df4..701beb0758a565455500f845e347626618d56b0f 100644
(file)
--- a/
apt-pkg/indexcopy.h
+++ b/
apt-pkg/indexcopy.h
@@
-53,7
+53,7
@@
class IndexCopy /*{{{*/
bool CopyPackages(std::string CDROM,std::string Name,std::vector<std::string> &List,
pkgCdromStatus *log);
- virtual ~IndexCopy()
{}
;
+ virtual ~IndexCopy();
};
/*}}}*/
class PackageCopy : public IndexCopy /*{{{*/