From 9dcec1feba68dc5ba38cdc634f5bf113c0f77348 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:45 +0200 Subject: tagging yhttpd-0.7.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 f440230..7f17a55 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