diff options
Diffstat (limited to 'Source/Heap.cxx')
| -rw-r--r-- | Source/Heap.cxx | 4 |
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 |
