]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
merge from mvo
[apt.git] / apt-pkg / deb / debsrcrecords.h
index 8b1237ccdc6686a9efb359ce5a391acb95b31de5..a3b5a8286a7d6089ab85f552252436d665faae3b 100644 (file)
@@ -50,6 +50,7 @@ class debSrcRecordParser : public pkgSrcRecords::Parser
    debSrcRecordParser(string File,pkgIndexFile const *Index) 
       : Parser(Index), Fd(File,FileFd::ReadOnly), Tags(&Fd,102400), 
         Buffer(0), BufSize(0) {}
+   ~debSrcRecordParser();
 };
 
 #endif