mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
c89807658a
commit
6ebcf700d1
321 changed files with 340 additions and 333 deletions
|
@ -82,7 +82,7 @@ static void browser_search (GimpBrowser *browser,
|
|||
|
||||
|
||||
G_DEFINE_TYPE (GimpProcBrowserDialog, gimp_proc_browser_dialog,
|
||||
GIMP_TYPE_DIALOG);
|
||||
GIMP_TYPE_DIALOG)
|
||||
|
||||
#define parent_class gimp_proc_browser_dialog_parent_class
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue