diff options
Diffstat (limited to 'apt-pkg/orderlist.h')
-rw-r--r-- | apt-pkg/orderlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/orderlist.h b/apt-pkg/orderlist.h index bb21e1d7d..559bf9829 100644 --- a/apt-pkg/orderlist.h +++ b/apt-pkg/orderlist.h @@ -21,7 +21,7 @@ #include <string> class pkgDepCache; -class pkgOrderList : protected pkgCache::Namespace +class APT_PUBLIC pkgOrderList : protected pkgCache::Namespace { void * const d; protected: |