summaryrefslogtreecommitdiff
path: root/include/FHeap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/FHeap.h')
-rw-r--r--include/FHeap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/FHeap.h b/include/FHeap.h
index 292540c..4b8b8fa 100644
--- a/include/FHeap.h
+++ b/include/FHeap.h
@@ -4,7 +4,8 @@
#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;