Removed a const to make it compile.

svn path=/trunk/; revision=24237
This commit is contained in:
Stig Bjørlykke 2008-01-31 22:31:01 +00:00
parent fc1244edbe
commit dc5b4a8239
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ typedef struct {
* set aside to time to do so. */
gpointer data;
gint32 value;
const char *deprecated_token;
char *deprecated_token;
} stnode_t;
/* These are the sttype_t registration function prototypes. */