app: core-enums.h: fix type macros of the align type enums

This commit is contained in:
Michael Natterer 2011-03-29 12:45:54 +02:00
parent f32e285ea3
commit c38eb0df4a
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ typedef enum /*< pdb-skip >*/
} GimpGravityType;
#define GIMP_TYPE_ALIGNMENT (gimp_alignment_type_get_type ())
#define GIMP_TYPE_ALIGNMENT_TYPE (gimp_alignment_type_get_type ())
GType gimp_alignment_type_get_type (void) G_GNUC_CONST;
@ -115,7 +115,7 @@ typedef enum /*< pdb-skip >*/
} GimpAlignmentType;
#define GIMP_TYPE_ALIGN_REFERENCE (gimp_align_reference_type_get_type ())
#define GIMP_TYPE_ALIGN_REFERENCE_TYPE (gimp_align_reference_type_get_type ())
GType gimp_align_reference_type_get_type (void) G_GNUC_CONST;