From 9a18d7ae6508098035a31d755df6ce4d7e61da86 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 19 Jul 2005 23:29:50 +0000 Subject: fixed compile error: wrong reference to class --- test/test_compare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_compare.cpp b/test/test_compare.cpp index e06d3106..89014922 100644 --- a/test/test_compare.cpp +++ b/test/test_compare.cpp @@ -51,6 +51,6 @@ struct CmpItem int main() { Vector v; - BstSet< Vector, CmpTableNsc > bst; + BstSet< Vector, CmpTableNs > bst; bst.insert(Vector()); } -- cgit v1.2.1