From e72403e138ccafede3da2115215c46528cd89602 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:20 +0000 Subject: Fixed initialization problem Author: jgg Date: 1999-04-03 00:34:33 GMT Fixed initialization problem --- apt-pkg/contrib/configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/contrib/configuration.h') diff --git a/apt-pkg/contrib/configuration.h b/apt-pkg/contrib/configuration.h index bf99f07c2..aeb181c7a 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.10 1999/03/15 08:10:39 jgg Exp $ +// $Id: configuration.h,v 1.11 1999/04/03 00:34:33 jgg Exp $ /* ###################################################################### Configuration Class @@ -46,7 +46,7 @@ class Configuration string FullTag() const; - Item() : Child(0), Next(0) {}; + Item() : Parent(0), Child(0), Next(0) {}; }; Item *Root; -- cgit v1.2.3