Commit d517b54c authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

itss: Constify a variable.

parent 7ae8d236
...@@ -347,7 +347,7 @@ static const IMonikerVtbl ITS_IMonikerImpl_Vtbl = ...@@ -347,7 +347,7 @@ static const IMonikerVtbl ITS_IMonikerImpl_Vtbl =
ITS_IMonikerImpl_IsSystemMoniker 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; ITS_IMonikerImpl *itsmon;
DWORD sz; DWORD sz;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment