itss: Constify a variable.

This commit is contained in:
Andrew Talbot 2007-02-14 19:16:51 +00:00 committed by Alexandre Julliard
parent 7ae8d236e5
commit d517b54c43

View file

@ -347,7 +347,7 @@ static const IMonikerVtbl ITS_IMonikerImpl_Vtbl =
ITS_IMonikerImpl_IsSystemMoniker
};
static HRESULT ITS_IMoniker_create( IMoniker **ppObj, LPWSTR name, DWORD n )
static HRESULT ITS_IMoniker_create( IMoniker **ppObj, LPCWSTR name, DWORD n )
{
ITS_IMonikerImpl *itsmon;
DWORD sz;