mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
Small char -> const char fix.
This commit is contained in:
parent
a912c2a885
commit
aa638df724
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
typedef struct _STOCK_BRUSH {
|
||||
COLORREF color;
|
||||
int stockobj;
|
||||
char *name;
|
||||
const char *name;
|
||||
} STOCK_BRUSH;
|
||||
|
||||
static void test_solidbrush()
|
||||
|
|
Loading…
Reference in a new issue