[COLR] Add TODO
This commit is contained in:
parent
a306820681
commit
d36a0f8c42
|
@ -1048,6 +1048,7 @@ struct ClipList
|
||||||
bool sanitize (hb_sanitize_context_t *c) const
|
bool sanitize (hb_sanitize_context_t *c) const
|
||||||
{
|
{
|
||||||
TRACE_SANITIZE (this);
|
TRACE_SANITIZE (this);
|
||||||
|
// TODO Make a formatted struct!
|
||||||
return_trace (c->check_struct (this) && clips.sanitize (c, this));
|
return_trace (c->check_struct (this) && clips.sanitize (c, this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue