]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/md5.h
German translation proof read by Helge Kreutzmann
[apt.git] / apt-pkg / contrib / md5.h
index f4992c223027b93416c87e4e13269f99fbadb246..a286f092aa0b6bf1e264b9e541657249bc7a9a85 100644 (file)
@@ -48,7 +48,7 @@ class MD5Summation : public SummationImplementation
 
    public:
 
-   bool Add(const unsigned char *inbuf, unsigned long long inlen);
+   bool Add(const unsigned char *inbuf, unsigned long long inlen) APT_OVERRIDE APT_NONNULL(2);
    using SummationImplementation::Add;
 
    MD5SumValue Result();