From 584e4558eea7db76c50bb9525cc25ae81b657d52 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:59:57 +0000 Subject: Some more g++-3.2 fixes. Author: doogie Date: 2002-11-11 06:55:50 GMT Some more g++-3.2 fixes. --- apt-pkg/contrib/configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apt-pkg/contrib/configuration.h') diff --git a/apt-pkg/contrib/configuration.h b/apt-pkg/contrib/configuration.h index 418e210bc..0ed8f59d3 100644 --- a/apt-pkg/contrib/configuration.h +++ b/apt-pkg/contrib/configuration.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: configuration.h,v 1.15 2002/11/09 17:11:25 doogie Exp $ +// $Id: configuration.h,v 1.16 2002/11/11 06:55:50 doogie Exp $ /* ###################################################################### Configuration Class @@ -91,8 +91,8 @@ class Configuration inline const Item *Tree(const char *Name) const {return Lookup(Name);}; - inline void Dump() { Dump(clog); }; - void Dump(ostream& str); + inline void Dump() { Dump(std::clog); }; + void Dump(std::ostream& str); Configuration(const Item *Root); Configuration(); -- cgit v1.2.3