More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-25 09:55:07 -05:00
parent 9551bbe4f0
commit 4d4f889f6f
1 changed files with 1 additions and 0 deletions

View File

@ -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)