Remove trailin enum commas, avoiding C++ warnings.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2314
This commit is contained in:
Murray Cumming
2010-09-13 16:16:25 +02:00
committed by Emmanuele Bassi
parent 209bef6f8a
commit 28f28c0309
5 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ typedef struct _ClutterAlignConstraint ClutterAlignConstraint;
*/
typedef enum { /*< prefix=CLUTTER_ALIGN >*/
CLUTTER_ALIGN_X_AXIS,
CLUTTER_ALIGN_Y_AXIS,
CLUTTER_ALIGN_Y_AXIS
} ClutterAlignAxis;
GType clutter_align_constraint_get_type (void) G_GNUC_CONST;