forked from AuroraMiddleware/gtk
Fix prototype to use "(void)" instead of "()".
* gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()".
This commit is contained in:
parent
87403457fa
commit
811b03aef1
@ -1,3 +1,7 @@
|
||||
2001-05-29 Darin Adler <darin@eazel.com>
|
||||
|
||||
* gdk-pixbuf.h: Fix prototype to use "(void)" instead of "()".
|
||||
|
||||
Mon May 28 14:21:35 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* io-bmp.c: Patch from Helmethead <hoshem@mel.comcen.com.au> to
|
||||
|
@ -88,7 +88,7 @@ typedef enum {
|
||||
GDK_PIXBUF_ERROR_FAILED
|
||||
} GdkPixbufError;
|
||||
|
||||
GQuark gdk_pixbuf_error_quark () G_GNUC_CONST;
|
||||
GQuark gdk_pixbuf_error_quark (void) G_GNUC_CONST;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user