diff options
Diffstat (limited to 'apt-pkg/pkgcache.h')
-rw-r--r-- | apt-pkg/pkgcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/pkgcache.h b/apt-pkg/pkgcache.h index 54b4319fb..288bcce09 100644 --- a/apt-pkg/pkgcache.h +++ b/apt-pkg/pkgcache.h @@ -121,7 +121,7 @@ typedef uint8_t map_flags_t; typedef uint8_t map_number_t; class pkgVersioningSystem; -class pkgCache /*{{{*/ +class APT_PUBLIC pkgCache /*{{{*/ { public: // Cache element predeclarations |