From b75cdf41d321bce00a3f7c0c980c1f6cdc6117a8 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Wed, 21 Mar 2001 10:58:51 +0000 Subject: Bugfixes --- lib/PLList.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PLList.cc') diff --git a/lib/PLList.cc b/lib/PLList.cc index 77bf2e7..b74d7d3 100644 --- a/lib/PLList.cc +++ b/lib/PLList.cc @@ -22,7 +22,7 @@ PriorityList *PLList::Union(PriorityList * P) { - if ((P->GetType()) != (((PriorityList *) this)->GetType())) { + if ((P->GetType()) != GetType()) { return GenericUnion(P); } else { CList *x, *y, *t; -- cgit v1.2.3