Module: wine Branch: refs/heads/master Commit: 0e1e585c73173287b9ab1132439b9913bf84830f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0e1e585c73173287b9ab1132...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Fri Jun 23 22:14:28 2006 +0100
widl: Write-strings warnings fix.
---
tools/widl/widltypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/widl/widltypes.h b/tools/widl/widltypes.h index b2258c9..d26b364 100644 --- a/tools/widl/widltypes.h +++ b/tools/widl/widltypes.h @@ -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;