diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-12 00:34:00 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-12 00:34:00 +0100 |
commit | 57b711e2a0d41536245d7e3a8ccae71a72ba387e (patch) | |
tree | f1d1c278c377b4ed5c7a0cbe2f1234b67601f314 | |
parent | 310ffbeff50deda6c20db4a72427101c75807f00 (diff) | |
download | vala-57b711e2a0d41536245d7e3a8ccae71a72ba387e.tar.gz |
Fix build with -Werror=enum-compare
-rw-r--r-- | gobject-introspection/gidl.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection/gidl.vapi b/gobject-introspection/gidl.vapi index aaa8d76fe..98b155cae 100644 --- a/gobject-introspection/gidl.vapi +++ b/gobject-introspection/gidl.vapi @@ -249,7 +249,7 @@ namespace GLib { public string[] errors; } - [CCode (cname = "GITypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")] + [CCode (cname = "TypeTag", cprefix = "TYPE_TAG_", cheader_filename = "gmetadata.h")] public enum TypeTag { VOID, |