From 04d8a10293bdb5407127dc7693da33e168fa4d5c Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 5 Mar 2001 01:31:31 +0000 Subject: Changement d'indentation --- include/FHeap.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/FHeap.h') diff --git a/include/FHeap.h b/include/FHeap.h index 6cbbeb6..292540c 100644 --- a/include/FHeap.h +++ b/include/FHeap.h @@ -4,8 +4,7 @@ #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; @@ -19,7 +18,7 @@ typedef class FHeap:public PriorityList { public: FHeap(void); // Constructor - virtual ~FHeap(void); // Destructor + virtual ~ FHeap(void); // Destructor virtual int rn(void); -- cgit v1.2.3