From 6dbb3e3b0c624b1e4d51e7f3034918fe58e95970 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Thu, 22 Mar 2001 12:37:28 +0000 Subject: Last bugfixe (?) --- lib/CList.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/CList.cc') diff --git a/lib/CList.cc b/lib/CList.cc index 7e1f39a..07378db 100644 --- a/lib/CList.cc +++ b/lib/CList.cc @@ -1,4 +1,5 @@ #include +#include #include "config.h" #include "CList.h" @@ -26,6 +27,7 @@ CList::CList(CList * IPoint, Datas_t IDatas, Key_t IKey):Left(IPoint), Right(IPo CList::CList(void):Left(NULL), Right(NULL), Key(0), Datas(NULL) { } + CList::~CList(void) { if (Right) -- cgit v1.2.3