removed erroneous semicolon after G_DEFINE_TYPE macros.
2006-05-15 Sven Neumann <sven@gimp.org> * app/*/*.c: * lib*/*.c: removed erroneous semicolon after G_DEFINE_TYPE macros.
This commit is contained in:
committed by
Sven Neumann
parent
c89807658a
commit
6ebcf700d1
@ -326,7 +326,7 @@ static GType gimp_context_prop_types[] =
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (GimpContext, gimp_context, GIMP_TYPE_OBJECT,
|
||||
G_IMPLEMENT_INTERFACE (GIMP_TYPE_CONFIG,
|
||||
gimp_context_config_iface_init));
|
||||
gimp_context_config_iface_init))
|
||||
|
||||
#define parent_class gimp_context_parent_class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user