diff options
-rw-r--r-- | include/xine/xine_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/xine_plugin.h b/include/xine/xine_plugin.h index 11ccc5e11..2939b17a9 100644 --- a/include/xine/xine_plugin.h +++ b/include/xine/xine_plugin.h @@ -50,7 +50,7 @@ typedef struct { uint8_t type; /* one of the PLUGIN_* constants above */ uint8_t API; /* API version supported by this plugin */ - char *id; /* a name that identifies this plugin */ + const char *id; /* a name that identifies this plugin */ uint32_t version; /* version number, increased every release */ const void *special_info; /* plugin-type specific, see structs below */ void *(*init)(xine_t *, void *); /* init the plugin class */ |