summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-02 13:46:51 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-11-02 13:46:51 +0000
commit5028040d96a9c736f48ad2b62c6232078bf470db (patch)
treec7d01064aaf1b3257fb57c6f79f0ffe89762362a /include/xline.h
parent5ecd5447d0f52592b121778f251965179597466d (diff)
Move lookup_lines to private, theres no need for it to be public any more
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8460 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xline.h b/include/xline.h
index 5f982b1c5..990934c56 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -395,10 +395,10 @@ class CoreExport XLineManager
QLineFactory* QFact;
ZLineFactory* ZFact;
- public:
-
XLineContainer lookup_lines;
+ public:
+
/** Constructor
* @param Instance A pointer to the creator object
*/