diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2021-02-12 12:53:57 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2021-02-12 12:53:57 +0100 |
commit | 3b198616423daaef69c938fbcc5dd11a1e8f866c (patch) | |
tree | cefd6f73e9aec501a3446cf7e5a1bfe1e3701a93 /apt-pkg | |
parent | 9fabce10eea33cc5a11e823b14f1bff73d642de8 (diff) |
Do not make DefaultRootSetFunc2 public symbol
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/depcache.cc | 2 |
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; |