]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/tagfile.cc
follow method attribute suggestions by gcc
[apt.git] / apt-pkg / tagfile.cc
index 906321456600524617c0a85445a542f435ba9b15..91d176e3ca3a857f03f70ab725a72fda7f489590 100644 (file)
@@ -85,7 +85,7 @@ pkgTagFile::~pkgTagFile()
 }
                                                                        /*}}}*/
 // TagFile::Offset - Return the current offset in the buffer           /*{{{*/
 }
                                                                        /*}}}*/
 // TagFile::Offset - Return the current offset in the buffer           /*{{{*/
-unsigned long pkgTagFile::Offset()
+APT_PURE unsigned long pkgTagFile::Offset()
 {
    return d->iOffset;
 }
 {
    return d->iOffset;
 }