Add missing static. (#108614)

2003-03-21  Matthias Clasen  <maclas@gmx.de>

	* gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add
	missing static.  (#108614)
This commit is contained in:
Matthias Clasen 2003-03-21 00:35:15 +00:00 committed by Matthias Clasen
parent b6d19fe207
commit 250fd7cc43
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-03-21 Matthias Clasen <maclas@gmx.de>
* gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add
missing static. (#108614)
* io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load):
* io-ico.c (gdk_pixbuf__ico_image_stop_load): Add missing static
qualifiers apparently causing problems on some platforms. (#108617)

View File

@ -563,7 +563,7 @@ static GdkPixbufAnimationIter* gdk_pixbuf_non_anim_get_iter (GdkPixbufAn
static gpointer non_parent_class;
GType
static GType
gdk_pixbuf_non_anim_get_type (void)
{
static GType object_type = 0;