widl: Write-strings warnings fix.

oldstable
Andrew Talbot 2006-06-23 22:14:28 +01:00 committed by Alexandre Julliard
parent f921fa544a
commit 0e1e585c73
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ struct _expr_t {
};
struct _type_t {
char *name;
const char *name;
unsigned char type;
struct _type_t *ref;
const attr_t *attrs;