projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Mark a new string as translatable. Update PO(T) files
[apt.git]
/
apt-pkg
/
clean.h
diff --git
a/apt-pkg/clean.h
b/apt-pkg/clean.h
index ee65fcb61a2d36ef62d15594f1ee4fb5efb362b6..2aee2bf54fe31dbd61fe917a50f966653d5cabc3 100644
(file)
--- a/
apt-pkg/clean.h
+++ b/
apt-pkg/clean.h
@@
-10,9
+10,6
@@
#ifndef APTPKG_CLEAN_H
#define APTPKG_CLEAN_H
-#ifdef __GNUG__
-#pragma interface "apt-pkg/clean.h"
-#endif
#include <apt-pkg/pkgcache.h>
@@
-25,6
+22,7
@@
class pkgArchiveCleaner
public:
bool Go(string Dir,pkgCache &Cache);
+ virtual ~pkgArchiveCleaner() {};
};
#endif