]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix build with -Werror=enum-compare
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 11 Nov 2016 23:34:00 +0000 (00:34 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 11 Nov 2016 23:34:00 +0000 (00:34 +0100)
gobject-introspection/gidl.vapi

index aaa8d76fee93b83a7695ec3eb61300a023648fdb..98b155cae4759888776da809a26ebfd3010c3729 100644 (file)
@@ -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,