X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Fpersiststorage.h;h=198077826aa072eb6f3f7ce72017ccd5d8def3a8;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=5d31c3868e9f5bcea4f261dedfc3aa7e9f04ac05;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/activex/persiststorage.h b/activex/persiststorage.h index 5d31c3868e..198077826a 100644 --- a/activex/persiststorage.h +++ b/activex/persiststorage.h @@ -39,7 +39,7 @@ public: if( NULL == ppv ) return E_POINTER; if( (IID_IUnknown == riid) - || (IID_IPersist == riid) + || (IID_IPersist == riid) || (IID_IPersistStorage == riid) ) { AddRef();