]> git.saurik.com Git - apt.git/blobdiff - test/libapt/indexcopytosourcelist_test.cc
rewrite all TFRewrite instances to use the new pkgTagSection::Write
[apt.git] / test / libapt / indexcopytosourcelist_test.cc
index bec87601fee8e5a96de9239407ee99354d626449..1b042756441004530a59f3d236e61937aeac8078 100644 (file)
@@ -16,7 +16,7 @@ class NoCopy : public IndexCopy {
         return Path;
       }
       bool GetFile(std::string &/*Filename*/, unsigned long long &/*Size*/) { return false; }
-      bool RewriteEntry(FILE * /*Target*/, std::string /*File*/) { return false; }
+      bool RewriteEntry(FileFd & /*Target*/, std::string const &/*File*/) { return false; }
       const char *GetFileName() { return NULL; }
       const char *Type() { return NULL; }