]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.h
Class File name change to FileFd
[apt.git] / apt-pkg / deb / deblistparser.h
index 63e78a9885f6b09884344e01bfef6a45da4577a2..72e8ed073399e44fb4ede505bcefaeae4c0c2e50 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: deblistparser.h,v 1.4 1998/07/12 23:58:54 jgg Exp $
+// $Id: deblistparser.h,v 1.5 1998/07/19 04:42:17 jgg Exp $
 /* ######################################################################
    
    Debian Package List Parser - This implements the abstract parser 
@@ -53,7 +53,7 @@ class debListParser : public pkgCacheGenerator::ListParser
 
    virtual bool Step();
    
-   debListParser(File &File);
+   debListParser(FileFd &File);
 };
 
 #endif