diff options
Diffstat (limited to 'apt-pkg/cachefile.h')
-rw-r--r-- | apt-pkg/cachefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/cachefile.h b/apt-pkg/cachefile.h index 98b72ebd1..b24908216 100644 --- a/apt-pkg/cachefile.h +++ b/apt-pkg/cachefile.h @@ -29,7 +29,7 @@ class pkgSourceList; class pkgIndexFile; class OpProgress; -class pkgCacheFile +class APT_PUBLIC pkgCacheFile { struct Private; /** \brief dpointer placeholder (for later in case we need it) */ |