mirror of
https://github.com/anope/anope.git
synced 2026-06-25 04:16:39 +02:00
Windows
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user