summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-15 15:29:27 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-15 15:29:27 +0100
commitf299c09e2eae51391a07ae8708ca789df721321a (patch)
tree57a843cb6ad25d62bb868df609f754a56dd4a030 /apt-pkg
parentcb7822179bd21abd079664a0af02f8ea6559c788 (diff)
cacheset: Drop APT_PUBLIC from templates
These templates are all inline and there is not much sense exposing their vtables and typeinfo publicly.
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/cacheset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/cacheset.h b/apt-pkg/cacheset.h
index f3f3e967f..02dda7ee6 100644
--- a/apt-pkg/cacheset.h
+++ b/apt-pkg/cacheset.h
@@ -344,7 +344,7 @@ private:
void * const d;
};
/*}}}*/
-template<class Container> class APT_PUBLIC PackageContainer : public PackageContainerInterface {/*{{{*/
+template<class Container> class PackageContainer : public PackageContainerInterface {/*{{{*/
/** \class APT::PackageContainer
Simple wrapper around a container class like std::set to provide a similar
@@ -798,7 +798,7 @@ protected: /*{{{*/
/*}}}*/
};
/*}}}*/
-template<class Container> class APT_PUBLIC VersionContainer : public VersionContainerInterface {/*{{{*/
+template<class Container> class VersionContainer : public VersionContainerInterface {/*{{{*/
/** \class APT::VersionContainer
Simple wrapper around a container class like std::set to provide a similar