mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
add a const
This commit is contained in:
parent
db0c4d24a2
commit
dde7cfa9b1
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue