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 */