Return NULL for ulist::GetPosition

This commit is contained in:
smallmodel 2023-08-19 03:00:07 +02:00
parent b1753df1ed
commit 25912079db
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -339,6 +339,7 @@ void *UList< type >::getPosition
{
// FIXME: stub
return NULL;
}
template< typename type >