From 5f4e214740242513c837c8a005ca23779bab1d0c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:45 +0200 Subject: tagging ychat-0.8.2 --- src/maps/nhashmap.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/maps/nhashmap.h') diff --git a/src/maps/nhashmap.h b/src/maps/nhashmap.h index 7f17a55..f440230 100644 --- a/src/maps/nhashmap.h +++ b/src/maps/nhashmap.h @@ -7,10 +7,10 @@ using namespace std; template < - class obj_type, - class key_type_ = string, - class hash_type = size_hash, - class alloc_type = compare_allocator +class obj_type, +class key_type_ = string, +class hash_type = size_hash, +class alloc_type = compare_allocator > struct nhashmap : public shashmap { -- cgit v1.2.3