GH-171: support warning messages alongside deprecated attributes

This commit is contained in:
Tim Wojtulewicz 2019-06-20 15:00:33 -07:00
parent 61d19d25e1
commit a5e03d25d4
12 changed files with 247 additions and 74 deletions

View file

@ -244,7 +244,7 @@ void ComponentManager<T, C>::RegisterComponent(C* component,
string id = fmt("%s%s", prefix.c_str(), cname.c_str());
tag_enum_type->AddName(module, id.c_str(),
component->Tag().AsEnumVal()->InternalInt(), true,
false);
nullptr);
}
} // namespace plugin