summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 2 insertions, 0 deletions
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<KeyVal>& 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<KeyVal>*&items);