ole32: Add missed initialization of virtual function table.

This commit is contained in:
Konstantin Kondratyuk 2010-03-29 15:04:02 +04:00 committed by Alexandre Julliard
parent 4027813764
commit eab89da812
1 changed files with 1 additions and 0 deletions

View File

@ -4854,6 +4854,7 @@ static StorageInternalImpl* StorageInternalImpl_Construct(
* Initialize the virtual function table.
*/
newStorage->base.lpVtbl = &Storage32InternalImpl_Vtbl;
newStorage->base.pssVtbl = &IPropertySetStorage_Vtbl;
newStorage->base.baseVtbl = &StorageInternalImpl_BaseVtbl;
newStorage->base.openFlags = (openFlags & ~STGM_CREATE);