From b75cdf41d321bce00a3f7c0c980c1f6cdc6117a8 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Wed, 21 Mar 2001 10:58:51 +0000 Subject: Bugfixes --- lib/FHeap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/FHeap.cc') diff --git a/lib/FHeap.cc b/lib/FHeap.cc index a10e089..17ed0b5 100644 --- a/lib/FHeap.cc +++ b/lib/FHeap.cc @@ -238,7 +238,7 @@ PriorityList *FHeap::Union(PriorityList * P) { FHeap *Temp, *T = ((FHeap *) P); - if ((P->GetType()) != (((PriorityList *) P)->GetType())) + if (GetType() != (P->GetType())) return GenericUnion(P); /* Cette fonction ne suit pas du tout l'idée du Cormen. Elle va -- cgit v1.2.3