More TODOs.

This commit is contained in:
Pietro Gagliardi 2018-03-03 21:29:45 -05:00
parent 2822dbcebc
commit dcf6726239
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ static uiAttribute *newAttribute(uiAttributeType type)
}
// returns a to allow expressions like b = uiprivAttributeRetain(a)
// TODO would this allow us to copy attributes between strings in a foreach func, and if so, should that be allowed?
uiAttribute *uiprivAttributeRetain(uiAttribute *a)
{
a->ownedByUser = 0;