diff options
Diffstat (limited to 'apt-pkg/vendor.h')
-rw-r--r-- | apt-pkg/vendor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/vendor.h b/apt-pkg/vendor.h index 6484adf9b..2d2e2b0ae 100644 --- a/apt-pkg/vendor.h +++ b/apt-pkg/vendor.h @@ -11,7 +11,7 @@ using std::string; #endif // A class representing a particular software provider. -class __deprecated Vendor +class APT_DEPRECATED Vendor { public: struct Fingerprint |