This commit is contained in:
Michael Davidsaver
2020-03-30 23:12:57 -07:00
parent 7bdfd81175
commit aa751ae9d2
+1
View File
@@ -163,6 +163,7 @@ void Member::_validate() const
{
if(!name.empty())
name_validate(name.c_str());
Helper::node_validate(nullptr, id, code);
for(auto& child : children) {
Helper::node_validate(this, child.id, child.code);
}