From 38e125bdb8422343a86017479d00b462bf36e784 Mon Sep 17 00:00:00 2001 From: danieldg Date: Fri, 23 Oct 2009 19:07:40 +0000 Subject: Change to and because is taken. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11957 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configreader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index 54d9f7053..70e09e6c3 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -65,6 +65,8 @@ class CoreExport ConfigTag : public refcountbase std::string getTagLocation(); + inline const std::vector& getItems() const { return items; } + /** Create a new ConfigTag, giving access to the private KeyVal item list */ static ConfigTag* create(const std::string& Tag, const std::string& file, int line, std::vector*&items); -- cgit v1.2.3