invented creation-mode for items
This commit is contained in:
@@ -235,7 +235,7 @@ namespace znode
|
||||
|
||||
auto it = s_fixed_attributes_ptr.find(key);
|
||||
if (it != s_fixed_attributes_ptr.end() )
|
||||
(this->*(it->second))();
|
||||
return (this->*(it->second))();
|
||||
|
||||
return &s_dummy_value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user