]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/sha2.h
test framework: Correctly generate new paths in noopchroot
[apt.git] / apt-pkg / contrib / sha2.h
index 70e8384f2153f895d1d69835be157cc5f05193f2..8b4bdd439b1c80aef55b7a2799aefdd748ce1713 100644 (file)
@@ -34,7 +34,7 @@ class SHA2SummationBase : public SummationImplementation
  protected:
    bool Done;
  public:
-   bool Add(const unsigned char *inbuf, unsigned long long len) = 0;
+   bool Add(const unsigned char *inbuf, unsigned long long len) APT_OVERRIDE = 0;
 
    void Result();
 };