summaryrefslogtreecommitdiff
path: root/apt-private/private-cacheset.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-11-29 16:57:58 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2015-11-29 17:00:11 +0100
commitf6777222f82f6279c104138216b0e5e50d8caa67 (patch)
tree6f14bb1b020408881ff25b0620db18133e5203ad /apt-private/private-cacheset.h
parent0a778f71f935900ff8a90a958f0e7da700d84f9f (diff)
drop some needlessly public declarations in libapt-private
Git-Dch: Ignore
Diffstat (limited to 'apt-private/private-cacheset.h')
-rw-r--r--apt-private/private-cacheset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apt-private/private-cacheset.h b/apt-private/private-cacheset.h
index 4cbc4efa1..0f7430fa0 100644
--- a/apt-private/private-cacheset.h
+++ b/apt-private/private-cacheset.h
@@ -15,7 +15,7 @@
class OpProgress;
-struct APT_PUBLIC VersionSortDescriptionLocality /*{{{*/
+struct VersionSortDescriptionLocality /*{{{*/
{
bool operator () (const pkgCache::VerIterator &v_lhs,
const pkgCache::VerIterator &v_rhs)
@@ -65,7 +65,7 @@ bool GetLocalitySortedVersionSet(pkgCacheFile &CacheFile,
// CacheSetHelper saving virtual packages /*{{{*/
-class APT_PUBLIC CacheSetHelperVirtuals: public APT::CacheSetHelper {
+class CacheSetHelperVirtuals: public APT::CacheSetHelper {
public:
APT::PackageSet virtualPkgs;
@@ -78,7 +78,7 @@ public:
/*}}}*/
// CacheSetHelperAPTGet - responsible for message telling from the CacheSets/*{{{*/
-class APT_PUBLIC CacheSetHelperAPTGet : public APT::CacheSetHelper {
+class CacheSetHelperAPTGet : public APT::CacheSetHelper {
/** \brief stream message should be printed to */
std::ostream &out;
/** \brief were things like Task or RegEx used to select packages? */