aboutsummaryrefslogtreecommitdiff
path: root/src/tests/heap.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tests/heap.cpp2
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
6int main() 6int 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 {