From 99253905bb147f19142ab61172b22962f41c48bc Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 22 Aug 2004 14:44:03 +0000 Subject: (svn r108) -Fix: anon-union problems on GCC2 compilers --- queue.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'queue.h') diff --git a/queue.h b/queue.h index 8394aa61a..05efe589b 100644 --- a/queue.h +++ b/queue.h @@ -76,7 +76,8 @@ struct Queue{ uint blocks; /* The amount of blocks for which space is reserved in elements */ BinaryHeapNode** elements; } binaryheap; - }; + } data; + /* If true, this struct will be free'd when the * Queue is deleted. */ bool freeq; -- cgit v1.2.3-70-g09d2