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/FHeap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/FHeap.h') diff --git a/include/FHeap.h b/include/FHeap.h index 292540c..4b8b8fa 100644 --- a/include/FHeap.h +++ b/include/FHeap.h @@ -4,7 +4,8 @@ #define DFMAX 128 #ifdef __cplusplus -typedef class FHeap:public PriorityList { private: +typedef class FHeap:public PriorityList { + private: FHeap * Father, *Child, *Left, *Right; int Degree; bool Mark; -- cgit v1.2.3