added a comment in ItemContent

This commit is contained in:
Tomasz Sowa 2021-06-20 22:27:06 +02:00
parent ade96bf6d3
commit 672737a0d8
1 changed files with 5 additions and 0 deletions

View File

@ -603,6 +603,11 @@ void ItemContent::display_user_name(EzcEnv & env)
}
/*
* IMPROVEME may it would be better to browse by Space struct in the same way as in Models?
* so Model should have support for it
*
*/
void ItemContent::meta_to_str(EzcEnv & env)
{
meta.serialize_to_space_stream(env.out, true);