diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-11 15:58:03 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-11 15:58:42 +0200 |
commit | 6d7122b5356c0b4d8f51aafdfc1c232392fca695 (patch) | |
tree | 233b80706bcb3b07973220a937b56b45dbe4caa2 /apt-pkg/edsp | |
parent | 17a2487fc69a86508f2319068296463698590d2b (diff) |
Annotate more methods with APT_OVERRIDE
Gbp-Dch: ignore
Reported-By: g++ -Wsuggest-override
Thanks: g++ -Wsuggest-override
Diffstat (limited to 'apt-pkg/edsp')
-rw-r--r-- | apt-pkg/edsp/edspindexfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/edsp/edspindexfile.h b/apt-pkg/edsp/edspindexfile.h index edf799023..4548bff3c 100644 --- a/apt-pkg/edsp/edspindexfile.h +++ b/apt-pkg/edsp/edspindexfile.h @@ -31,7 +31,7 @@ protected: virtual std::string GetArchitecture() const APT_OVERRIDE; public: - virtual const Type *GetType() const APT_CONST; + virtual const Type *GetType() const APT_OVERRIDE APT_CONST; virtual bool Exists() const APT_OVERRIDE; virtual bool HasPackages() const APT_OVERRIDE; |