plug-ins: Fix broken macro for van-gogh-lic

This commit is contained in:
Alx Sa 2023-11-01 23:31:06 +00:00
parent 74adec7656
commit 41872a5426
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ struct _LicClass
#define LIC_TYPE (lic_get_type ())
#define LIC (obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), LIC_TYPE, Lic))
#define LIC(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), LIC_TYPE, Lic))
GType lic_get_type (void) G_GNUC_CONST;