From be3b34fcea6512c8e5c4e170c50caaa7f14bb15a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 3 Nov 2020 18:43:19 +0000 Subject: Rename ConfigItems to ConfigTag::Items. --- src/configreader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index 78a21eec7..dd0fe826a 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -62,7 +62,7 @@ ServerConfig::ServerPaths::ServerPaths(std::shared_ptr tag) static std::shared_ptr CreateEmptyTag() { - ConfigItems* items; + ConfigTag::Items* items; return ConfigTag::create("empty", "", 0, items); } @@ -181,7 +181,7 @@ void ServerConfig::CrossCheckConnectBlocks(ServerConfig* current) if (blk_count == 0) { // No connect blocks found; make a trivial default block - ConfigItems* items; + ConfigTag::Items* items; auto tag = ConfigTag::create("connect", "", 0, items); (*items)["allow"] = "*"; config_data.insert(std::make_pair("connect", tag)); -- cgit v1.3.1-10-gc9f91