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/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index efe91c4bb..b867e598d 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1239,7 +1239,7 @@ ConnectClass::ConnectClass(std::shared_ptr tag, char t, const std::st // Connect classes can inherit from each other but this is problematic for modules which can't use // ConnectClass::Update so we build a hybrid tag containing all of the values set on this class as // well as the parent class. - config = std::make_shared(tag->tag, tag->source); + config = std::make_shared(tag->name, tag->source); for (const auto& [key, value] : parent->config->GetItems()) { // The class name and parent name are not inherited -- cgit v1.3.1-10-gc9f91