diff lwlib/lwlib-internal.h @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 74fd4e045ea6
line wrap: on
line diff
--- a/lwlib/lwlib-internal.h	Mon Aug 13 08:45:53 2007 +0200
+++ b/lwlib/lwlib-internal.h	Mon Aug 13 08:46:35 2007 +0200
@@ -39,7 +39,7 @@
 
 typedef struct _widget_creation_entry
 {
-  char*				type;
+  CONST char*			type;
   widget_creation_function	function;
 } widget_creation_entry;