cleanup headers and especially #includes everywhere
[ntk/apt.git] / apt-pkg / vendorlist.h
index a86ccde..bc3702a 100644 (file)
@@ -27,7 +27,7 @@ using std::vector;
 class Vendor;
 class Configuration;
 
-class __deprecated pkgVendorList
+class APT_DEPRECATED pkgVendorList
 {
    protected:
    std::vector<Vendor const *> VendorList;