Sync to Wine-20050628:
[reactos.git] / reactos / lib / shdocvw / persist.c
index c07a914..178efde 100644 (file)
@@ -92,7 +92,7 @@ static HRESULT WINAPI WBPS_SaveCompleted(LPPERSISTSTORAGE iface, LPSTORAGE pStgN
  * IPersistStorage virtual function table for IE Web Browser component
  */
 
-static IPersistStorageVtbl WBPS_Vtbl =
+static const IPersistStorageVtbl WBPS_Vtbl =
 {
     WBPS_QueryInterface,
     WBPS_AddRef,
@@ -178,7 +178,7 @@ static HRESULT WINAPI WBPSI_InitNew(LPPERSISTSTREAMINIT iface)
  * IPersistStreamInit virtual function table for IE Web Browser component
  */
 
-static IPersistStreamInitVtbl WBPSI_Vtbl =
+static const IPersistStreamInitVtbl WBPSI_Vtbl =
 {
     WBPSI_QueryInterface,
     WBPSI_AddRef,