X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/c9d96fcfcf9b74099775a3a260eccdfdc31474c7..7c9125f3e75c250e51d5bb9658f730519f103c10:/src/util.h diff --git a/src/util.h b/src/util.h index 20692b0..31dfca4 100644 --- a/src/util.h +++ b/src/util.h @@ -47,7 +47,7 @@ void separns_replace_sep(const char *base, char **ns, char **name, char r); char * make_pre_macro(const char *base,const char *pre); /* get a name usable for a cast from a GTK+ type (without GTK_TYPE_)*/ -const char * get_cast(char *type, gboolean simple_only); +const char * get_cast(const char *type, gboolean simple_only); enum { SPECIAL_2POINTER,