Andrew Talbot : widl: Write-strings warnings fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 26 07:11:27 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 0e1e585c73173287b9ab1132439b9913bf84830f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=0e1e585c73173287b9ab1132439b9913bf84830f

Author: Andrew Talbot <Andrew.Talbot at 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;




More information about the wine-cvs mailing list