From 500827ed367c8ac277abbd582d389f6738905a09 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:13 +0000 Subject: Pedantic fixes Author: jgg Date: 2001-03-11 07:22:19 GMT Pedantic fixes --- apt-pkg/tagfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt-pkg/tagfile.h') diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index 948adb426..a85d24b7e 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: tagfile.h,v 1.15 2001/02/20 07:03:17 jgg Exp $ +// $Id: tagfile.h,v 1.16 2001/03/11 07:22:19 jgg Exp $ /* ###################################################################### Fast scanner for RFC-822 type header information @@ -47,8 +47,8 @@ class pkgTagSection bool Find(const char *Tag,unsigned &Pos) const; string FindS(const char *Tag) const; signed int FindI(const char *Tag,signed long Default = 0) const ; - bool pkgTagSection::FindFlag(const char *Tag,unsigned long &Flags, - unsigned long Flag) const; + bool FindFlag(const char *Tag,unsigned long &Flags, + unsigned long Flag) const; bool Scan(const char *Start,unsigned long MaxLength); inline unsigned long size() const {return Stop - Section;}; void Trim(); -- cgit v1.2.3