summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/depcache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/depcache.cc b/apt-pkg/depcache.cc
index 3444c6a3c..d025942af 100644
--- a/apt-pkg/depcache.cc
+++ b/apt-pkg/depcache.cc
@@ -49,7 +49,7 @@ using std::string;
/** \brief Returns \b true for packages matching a regular
* expression in APT::NeverAutoRemove.
*/
-class APT_PUBLIC DefaultRootSetFunc2 : public pkgDepCache::DefaultRootSetFunc
+class DefaultRootSetFunc2 : public pkgDepCache::DefaultRootSetFunc
{
std::unique_ptr<APT::CacheFilter::Matcher> Kernels;