From cc649031792af1e94c7701decd708aba4091d708 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 29 Jul 2010 18:38:56 -0400 Subject: Rewrote the hashing systems to properly handle the new Anope::strings which we have everywhere. --- modules/extra/hs_request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/hs_request.cpp') diff --git a/modules/extra/hs_request.cpp b/modules/extra/hs_request.cpp index 2f40e6912..5c5a649f0 100644 --- a/modules/extra/hs_request.cpp +++ b/modules/extra/hs_request.cpp @@ -66,7 +66,7 @@ struct HostRequest time_t time; }; -typedef std::map RequestMap; +typedef std::map > RequestMap; RequestMap Requests; static Module *me; -- cgit