diff options
Diffstat (limited to 'apt-pkg')
| -rw-r--r-- | apt-pkg/cacheset.h | 4 |
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 |
