More TODOs.
This commit is contained in:
parent
9551bbe4f0
commit
4d4f889f6f
|
@ -4,6 +4,7 @@ struct tableAcc {
|
|||
IAccessibleVtbl vtbl;
|
||||
ULONG refcount;
|
||||
struct table *t;
|
||||
// TODO create a standard accessible object
|
||||
};
|
||||
|
||||
static HRESULT STDMETHODCALLTYPE tableAccQueryInterface(IAccessible *this, REFIID riid, void **ppvObject)
|
||||
|
|
Loading…
Reference in New Issue