summaryrefslogtreecommitdiffhomepage
path: root/Source/Heap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Heap.cxx')
-rw-r--r--Source/Heap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Heap.cxx b/Source/Heap.cxx
index 732fc782..ea667a5c 100644
--- a/Source/Heap.cxx
+++ b/Source/Heap.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* hCore
- * Copyright Mahrouss Logic, all rights reserved.
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
@@ -203,6 +203,6 @@ namespace hCore
return false;
}
- return thePool < thePtr < (theLimit);
+ return ((thePool) < (thePtr) < (theLimit));
}
} // namespace hCore