mirror of https://github.com/GNOME/gimp.git
plug-ins: Fix broken macro for van-gogh-lic
This commit is contained in:
parent
74adec7656
commit
41872a5426
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue