Skip to content

Commit

Permalink
Fix the GType registration for graphene_box2d_t
Browse files Browse the repository at this point in the history
  • Loading branch information
ebassi committed Aug 15, 2024
1 parent 053a746 commit c25e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/graphene-gobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ GType graphene_ray_get_type (void);

G_DEFINE_AUTOPTR_CLEANUP_FUNC(graphene_ray_t, graphene_ray_free)

#define GRAPHENE_TYPE_BOX (graphene_box_get_type ())
#define GRAPHENE_TYPE_BOX2D (graphene_box2d_get_type ())

GRAPHENE_AVAILABLE_IN_1_12
GType graphene_box2d_get_type (void);
Expand Down

0 comments on commit c25e7f1

Please sign in to comment.