From 3aff7aaa9de61a5f3430bd86960c4f9c4b958786 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Wed, 7 Mar 2001 00:41:50 +0000 Subject: Version finale pour les algos. --- include/PLList.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/PLList.h') diff --git a/include/PLList.h b/include/PLList.h index f729ffe..1b00f33 100644 --- a/include/PLList.h +++ b/include/PLList.h @@ -5,8 +5,7 @@ #include #ifdef __cplusplus -class PLList:public PriorityList { - private: +class PLList:public PriorityList { private: SList Head; public: -- cgit v1.2.3