diff options
Diffstat (limited to 'build-aux/mm-enums-template.h')
-rw-r--r-- | build-aux/mm-enums-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/mm-enums-template.h b/build-aux/mm-enums-template.h index bf7a059c..df4aa01f 100644 --- a/build-aux/mm-enums-template.h +++ b/build-aux/mm-enums-template.h @@ -12,7 +12,7 @@ G_BEGIN_DECLS /*** BEGIN value-header ***/ GType @enum_name@_get_type (void) G_GNUC_CONST; -#define @ENUMPREFIX@TYPE_@ENUMSHORT@ (@enum_name@_get_type ()) +#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ()) /*** END value-header ***/ /*** BEGIN file-tail ***/ |