From e21af089ba5e2a6a8963a0e0f925aef6ed7cd4b8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 3 Nov 2020 19:57:39 +0000 Subject: Rename ConfigTag::tag to ConfigTag::name. --- src/modules/m_httpd_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_httpd_config.cpp') diff --git a/src/modules/m_httpd_config.cpp b/src/modules/m_httpd_config.cpp index 2a05a81bb..555488cd6 100644 --- a/src/modules/m_httpd_config.cpp +++ b/src/modules/m_httpd_config.cpp @@ -51,10 +51,10 @@ class ModuleHttpConfig : public Module, public HTTPRequestEventListener { // Show the location of the tag in a comment. buffer << "# " << tag->source.str() << std::endl - << '<' << tag->tag << ' '; + << '<' << tag->name << ' '; // Print out the tag with all keys aligned vertically. - const std::string indent(tag->tag.length() + 2, ' '); + const std::string indent(tag->name.length() + 2, ' '); const ConfigTag::Items& items = tag->GetItems(); for (ConfigTag::Items::const_iterator kiter = items.begin(); kiter != items.end(); ) { -- cgit v1.3.1-10-gc9f91