1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 04:16:39 +02:00
This commit is contained in:
Adam
2011-11-08 17:29:16 -05:00
parent 97b9055f92
commit b5ff856f47
85 changed files with 1277 additions and 1278 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
class SQLCache : public Timer
{
typedef std::map<Anope::string, time_t, std::less<ci::string> > cache_map;
typedef std::map<Anope::string, time_t, ci::less> cache_map;
cache_map cache;
public: