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
@ -42,7 +42,7 @@ static gboolean gimp_button_button_release (GtkWidget *widget,
|
||||
GdkEventButton *event);
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GimpButton, gimp_button, GTK_TYPE_BUTTON);
|
||||
G_DEFINE_TYPE (GimpButton, gimp_button, GTK_TYPE_BUTTON)
|
||||
|
||||
#define parent_class gimp_button_parent_class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user