aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar brain2007-11-02 13:46:51 +0000
committerGravatar brain2007-11-02 13:46:51 +0000
commit5028040d96a9c736f48ad2b62c6232078bf470db (patch)
treec7d01064aaf1b3257fb57c6f79f0ffe89762362a /include
parentTidy up, and make the identifer for a line type be std::string not char (diff)
downloadinspircd++-5028040d96a9c736f48ad2b62c6232078bf470db.tar.gz
inspircd++-5028040d96a9c736f48ad2b62c6232078bf470db.tar.bz2
inspircd++-5028040d96a9c736f48ad2b62c6232078bf470db.zip
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')
-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
*/