Add missing virtual destructor.
Change-Id: I94ac82ad4771b2b4c36ac24cc412fa43a0d77afb Reviewed-by: Mark Brand <mabrand@mabrand.nl>bb10
parent
d1502057d8
commit
766498083a
|
|
@ -310,6 +310,8 @@ struct AccessibleRelation : public IAccessibleRelation
|
|||
}
|
||||
|
||||
|
||||
virtual ~AccessibleRelation() {}
|
||||
|
||||
/* IUnknown */
|
||||
HRESULT STDMETHODCALLTYPE QueryInterface(REFIID id, LPVOID *iface)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue