From e57f5e1ab23314a02af040b96737901c58266615 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 19 Mar 2005 22:19:32 +0000 Subject: [PATCH] param name fix --- xwords4/symbian/inc/symgamdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/symbian/inc/symgamdl.h b/xwords4/symbian/inc/symgamdl.h index 6cc20270c..ca1f46d83 100644 --- a/xwords4/symbian/inc/symgamdl.h +++ b/xwords4/symbian/inc/symgamdl.h @@ -36,7 +36,7 @@ class TGameInfoBuf public: TGameInfoBuf::TGameInfoBuf( const CurGameInfo* aGi, #ifndef XWFEATURE_STANDALONE_ONLY - const CommsAddrRec* iCommsAddr, + const CommsAddrRec* aCommsAddr, #endif CDesC16ArrayFlat* aDictList ); CDesC16ArrayFlat* GetDictList() { return iDictList; }