summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-29 00:35:17 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-29 00:35:17 +0000
commitb253374745d237924c9478ec94ffa333c5492ed1 (patch)
treebcd03f1411533779379d0af4da10a41e7d13a68c /include/xline.h
parent145f7fbe605785a76a78f57982d5d24ddaee2bf3 (diff)
Add the lookup_lines stuff. Sorry i havent documented this yet, i am tired.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8422 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h
index 711897e4d..7bf291253 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -359,7 +359,7 @@ class CoreExport XLineManager
public:
- std::map<char, std::map<std::string, ELine *> > lookup_lines;
+ std::map<char, std::map<std::string, XLine *> > lookup_lines;
/** Constructor
* @param Instance A pointer to the creator object