Add missing virtual destructor.

Change-Id: I94ac82ad4771b2b4c36ac24cc412fa43a0d77afb
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
bb10
Jan-Arve Saether 2012-04-10 14:52:21 +02:00 committed by Qt by Nokia
parent d1502057d8
commit 766498083a
1 changed files with 2 additions and 0 deletions

View File

@ -310,6 +310,8 @@ struct AccessibleRelation : public IAccessibleRelation
}
virtual ~AccessibleRelation() {}
/* IUnknown */
HRESULT STDMETHODCALLTYPE QueryInterface(REFIID id, LPVOID *iface)
{