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
@ -62,7 +62,7 @@ static void gimp_action_view_accel_edited (GimpCellRendererAccel *accel,
|
||||
GimpActionView *view);
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GimpActionView, gimp_action_view, GTK_TYPE_TREE_VIEW);
|
||||
G_DEFINE_TYPE (GimpActionView, gimp_action_view, GTK_TYPE_TREE_VIEW)
|
||||
|
||||
#define parent_class gimp_action_view_parent_class
|
||||
|
||||
|
Reference in New Issue
Block a user