From dde7cfa9b1f500aeed08298cbf14c844d81ddcd7 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 15 Oct 2009 12:37:42 +0000 Subject: [PATCH] add a const --- xwords4/common/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/common/draw.h b/xwords4/common/draw.h index 6fe64668b..6338dbea5 100644 --- a/xwords4/common/draw.h +++ b/xwords4/common/draw.h @@ -46,7 +46,7 @@ typedef enum { typedef struct DrawScoreInfo { LastScoreCallback lsc; void* lscClosure; - XP_UCHAR* name; + const XP_UCHAR* name; XP_U16 playerNum; XP_S16 totalScore; XP_S16 nTilesLeft; /* < 0 means don't use */