diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hash.cpp b/src/tests/hash.cpp index 76cf0ec..9cc45f5 100644 --- a/src/tests/hash.cpp +++ b/src/tests/hash.cpp | |||
@@ -25,7 +25,7 @@ int main() | |||
25 | 25 | ||
26 | for( int j = 0; j < 10; j++ ) | 26 | for( int j = 0; j < 10; j++ ) |
27 | { | 27 | { |
28 | printf("%d\n", lb[j].value()->nID ); | 28 | printf("%d\n", lb[j].getValue()->nID ); |
29 | } | 29 | } |
30 | } | 30 | } |
31 | 31 | ||