]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/testdeb.cc
add optional support for comments in pkgTagFile
[apt.git] / test / interactive-helper / testdeb.cc
index 6aae9f563e5cba2e0dd6b8dad441e1f79521be65..69e1ffe0b598e5c415b921c5868e992643613a53 100644 (file)
@@ -13,7 +13,7 @@
 class NullStream : public pkgDirStream
 {
    public:
-   virtual bool DoItem(Item &/*Itm*/, int &/*Fd*/) {return true;};
+   virtual bool DoItem(Item &/*Itm*/, int &/*Fd*/) APT_OVERRIDE {return true;};
 };
 
 static bool Test(const char *File)