From f299c09e2eae51391a07ae8708ca789df721321a Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 15 Feb 2025 15:29:27 +0100 Subject: cacheset: Drop APT_PUBLIC from templates These templates are all inline and there is not much sense exposing their vtables and typeinfo publicly. --- apt-pkg/cacheset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg') 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 APT_PUBLIC PackageContainer : public PackageContainerInterface {/*{{{*/ +template 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 APT_PUBLIC VersionContainer : public VersionContainerInterface {/*{{{*/ +template class VersionContainer : public VersionContainerInterface {/*{{{*/ /** \class APT::VersionContainer Simple wrapper around a container class like std::set to provide a similar -- cgit v1.2.3-70-g09d2