summaryrefslogtreecommitdiff
path: root/apt-pkg/clean.cc
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2014-10-13 09:54:21 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2014-10-13 13:01:15 +0200
commit9d653a6de2ca952247cc4e628256259d225570a6 (patch)
treec0953d2e518ab6b64ac11ea0096f5233feff9499 /apt-pkg/clean.cc
parent9983999d294887046abf386adc31190700d89b61 (diff)
fix compile and tests error
I am pretty sure I did that before committing broken stuff… Git-Dch: Ignore
Diffstat (limited to 'apt-pkg/clean.cc')
-rw-r--r--apt-pkg/clean.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/clean.cc b/apt-pkg/clean.cc
index 606f4ec8c..6edce5b6d 100644
--- a/apt-pkg/clean.cc
+++ b/apt-pkg/clean.cc
@@ -132,4 +132,4 @@ bool pkgArchiveCleaner::Go(std::string Dir,pkgCache &Cache)
}
/*}}}*/
-pkgArchiveCleaner::~pkgArchiveCleaner() {}
+APT_CONST pkgArchiveCleaner::~pkgArchiveCleaner() {}