Andrew Talbot : itss: Constify a variable.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 14 15:30:32 CST 2007


Module: wine
Branch: master
Commit: d517b54c433b299fd3c587bb6d3d40019171b60e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d517b54c433b299fd3c587bb6d3d40019171b60e

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Wed Feb 14 19:16:51 2007 +0000

itss: Constify a variable.

---

 dlls/itss/moniker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/itss/moniker.c b/dlls/itss/moniker.c
index 5149a14..370a23f 100644
--- a/dlls/itss/moniker.c
+++ b/dlls/itss/moniker.c
@@ -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;




More information about the wine-cvs mailing list