Small char -> const char fix.

oldstable
Rémi Assailly 2005-02-14 11:03:36 +00:00 committed by Alexandre Julliard
parent a912c2a885
commit aa638df724
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
typedef struct _STOCK_BRUSH {
COLORREF color;
int stockobj;
char *name;
const char *name;
} STOCK_BRUSH;
static void test_solidbrush()