Small char -> const char fix.
This commit is contained in:
parent
a912c2a885
commit
aa638df724
|
@ -29,7 +29,7 @@
|
||||||
typedef struct _STOCK_BRUSH {
|
typedef struct _STOCK_BRUSH {
|
||||||
COLORREF color;
|
COLORREF color;
|
||||||
int stockobj;
|
int stockobj;
|
||||||
char *name;
|
const char *name;
|
||||||
} STOCK_BRUSH;
|
} STOCK_BRUSH;
|
||||||
|
|
||||||
static void test_solidbrush()
|
static void test_solidbrush()
|
||||||
|
|
Loading…
Reference in New Issue