itss: Constify a variable.
authorAndrew Talbot <Andrew.Talbot@talbotville.com>
Wed, 14 Feb 2007 19:16:51 +0000 (19:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Feb 2007 20:03:44 +0000 (21:03 +0100)
dlls/itss/moniker.c

index 5149a14..370a23f 100644 (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;