diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/heap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/heap.cpp b/src/tests/heap.cpp index e93749f..3217715 100644 --- a/src/tests/heap.cpp +++ b/src/tests/heap.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | int main() | 6 | int main() |
7 | { | 7 | { |
8 | Bu::Heap<int> hInt; | 8 | Bu::Heap<int, Bu::__basicGTCmp<int> > hInt; |
9 | 9 | ||
10 | for( int j = 0; j < 15; j++ ) | 10 | for( int j = 0; j < 15; j++ ) |
11 | { | 11 | { |