gcc 4.0 fix.

This commit is contained in:
ehofman
2005-11-10 09:55:57 +00:00
parent 61f2f4b761
commit d674e50591

View File

@@ -51,7 +51,9 @@ private:
void siftDown(int n);
void siftUp(int n);
void growArray();
void check();
// gcc complains there is no function specification anywhere.
// void check();
double _now;
HeapEntry *_table;