summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debversion.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-08-11 15:58:03 +0200
committerJulian Andres Klode <jak@debian.org>2015-08-11 15:58:42 +0200
commit6d7122b5356c0b4d8f51aafdfc1c232392fca695 (patch)
tree233b80706bcb3b07973220a937b56b45dbe4caa2 /apt-pkg/deb/debversion.h
parent17a2487fc69a86508f2319068296463698590d2b (diff)
Annotate more methods with APT_OVERRIDE
Gbp-Dch: ignore Reported-By: g++ -Wsuggest-override Thanks: g++ -Wsuggest-override
Diffstat (limited to 'apt-pkg/deb/debversion.h')
-rw-r--r--apt-pkg/deb/debversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/deb/debversion.h b/apt-pkg/deb/debversion.h
index 6d7eca7c1..db70c8797 100644
--- a/apt-pkg/deb/debversion.h
+++ b/apt-pkg/deb/debversion.h
@@ -24,8 +24,8 @@ class debVersioningSystem : public pkgVersioningSystem
// Compare versions..
virtual int DoCmpVersion(const char *A,const char *Aend,
- const char *B,const char *Bend) APT_PURE;
- virtual bool CheckDep(const char *PkgVer,int Op,const char *DepVer) APT_PURE;
+ const char *B,const char *Bend) APT_OVERRIDE APT_PURE;
+ virtual bool CheckDep(const char *PkgVer,int Op,const char *DepVer) APT_OVERRIDE APT_PURE;
virtual APT_PURE int DoCmpReleaseVer(const char *A,const char *Aend,
const char *B,const char *Bend) APT_OVERRIDE
{