X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Fpersiststreaminit.h;h=431ed257666e4019afde000cc9b0ebb1386fbc92;hb=508d87e61db2f470c2b4129e40df8ebc6c8a9737;hp=9bd2478cd710d5419b12ae7406033684e082d0c9;hpb=fc9b8e56966b81ebe9852b1e8a1cd4b4842135ee;p=vlc diff --git a/activex/persiststreaminit.h b/activex/persiststreaminit.h index 9bd2478cd7..431ed25766 100644 --- a/activex/persiststreaminit.h +++ b/activex/persiststreaminit.h @@ -39,7 +39,7 @@ public: if( NULL == ppv ) return E_POINTER; if( (IID_IUnknown == riid) - || (IID_IPersist == riid) + || (IID_IPersist == riid) || (IID_IPersistStreamInit == riid) ) { AddRef();