widl: Write-strings warnings fix.
This commit is contained in:
parent
f921fa544a
commit
0e1e585c73
|
@ -198,7 +198,7 @@ struct _expr_t {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _type_t {
|
struct _type_t {
|
||||||
char *name;
|
const char *name;
|
||||||
unsigned char type;
|
unsigned char type;
|
||||||
struct _type_t *ref;
|
struct _type_t *ref;
|
||||||
const attr_t *attrs;
|
const attr_t *attrs;
|
||||||
|
|
Loading…
Reference in New Issue