projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debian/control: Set Standards-Version to 3.9.7
[apt.git]
/
apt-pkg
/
clean.h
diff --git
a/apt-pkg/clean.h
b/apt-pkg/clean.h
index 466cb67a92d0d143f71b83c79912618db93b3a59..6cedae0869a7811426273c9bca57e51cbddc21a7 100644
(file)
--- a/
apt-pkg/clean.h
+++ b/
apt-pkg/clean.h
@@
-21,7
+21,7
@@
class pkgCache;
class pkgArchiveCleaner
{
/** \brief dpointer placeholder (for later in case we need it) */
class pkgArchiveCleaner
{
/** \brief dpointer placeholder (for later in case we need it) */
- void *d;
+ void *
const
d;
protected:
protected:
@@
-30,6
+30,8
@@
class pkgArchiveCleaner
public:
bool Go(std::string Dir,pkgCache &Cache);
public:
bool Go(std::string Dir,pkgCache &Cache);
+
+ pkgArchiveCleaner();
virtual ~pkgArchiveCleaner();
};
virtual ~pkgArchiveCleaner();
};