]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/xline.h
Revert earlier time() -> SI->Time() diff for now, this causes problems with dns.cpp...
[user/henk/code/inspircd.git] / include / xline.h
index 4be5922d096543e6a095193696165297f06279a8..886034bbafd81df76658a621dc28bf3b9ea0ef8e 100644 (file)
@@ -439,7 +439,7 @@ typedef std::map<std::string, XLineFactory*> XLineFactMap;
 
 /** A map of XLines indexed by string
  */
-typedef std::map<std::string, XLine *> XLineLookup;
+typedef std::map<irc::string, XLine *> XLineLookup;
 
 /** A map of XLineLookup maps indexed by string
  */