X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Fpersiststreaminit.h;h=431ed257666e4019afde000cc9b0ebb1386fbc92;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=9bd2478cd710d5419b12ae7406033684e082d0c9;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;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();