diff options
Diffstat (limited to 'include/CList.h')
-rw-r--r-- | include/CList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CList.h b/include/CList.h index 71f2f37..c18fa9a 100644 --- a/include/CList.h +++ b/include/CList.h @@ -15,6 +15,7 @@ class CList { friend class PLList; friend class SList; friend class BHeap; + friend class BinHeap; public: CList(void); |