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/CList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CList.h') diff --git a/include/CList.h b/include/CList.h index 71f2f37..c18fa9a 100644 --- a/include/CList.h +++ b/include/CList.h @@ -15,6 +15,7 @@ class CList { friend class PLList; friend class SList; friend class BHeap; + friend class BinHeap; public: CList(void); -- cgit v1.2.3