summaryrefslogtreecommitdiff
path: root/apt-pkg/tagfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r--apt-pkg/tagfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h
index 81fff89f0..77a84c832 100644
--- a/apt-pkg/tagfile.h
+++ b/apt-pkg/tagfile.h
@@ -147,7 +147,7 @@ class pkgTagSection
for being a bit slower to allow comments and new lines all over the place */
class pkgUserTagSection : public pkgTagSection
{
- virtual void TrimRecord(bool BeforeRecord, const char* &End);
+ virtual void TrimRecord(bool BeforeRecord, const char* &End) APT_OVERRIDE;
};
class pkgTagFilePrivate;