projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adapt to the new CacheSetHelper API
[apt.git]
/
apt-pkg
/
vendorlist.h
diff --git
a/apt-pkg/vendorlist.h
b/apt-pkg/vendorlist.h
index a86ccde7cd6b1370eb7929510452536aa725097c..bc3702a93852e8952e625420e3810dbb4a8118c5 100644
(file)
--- a/
apt-pkg/vendorlist.h
+++ b/
apt-pkg/vendorlist.h
@@
-27,7
+27,7
@@
using std::vector;
class Vendor;
class Configuration;
-class
__deprecated
pkgVendorList
+class
APT_DEPRECATED
pkgVendorList
{
protected:
std::vector<Vendor const *> VendorList;