Try to get rid of a couple of warnings.

svn path=/trunk/; revision=43061
This commit is contained in:
Anders Broman 2012-06-04 10:36:43 +00:00
parent afa17a95b0
commit 920ad0bcee

View file

@ -72,7 +72,7 @@ typedef struct _xmpp_element_t{
/*informations about attributes that are displayed in proto tree*/
typedef struct _xmpp_attr_info{
gchar *name;
const gchar *name;
gint hf;
gboolean is_required;
gboolean in_short_list;