From 49ec780bf6fbcce8bd5154963bd8f76c68a0c887 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Mar 2003 00:34:43 +0000 Subject: [PATCH] Add missing static. (#108614) 2003-03-21 Matthias Clasen * gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add missing static. (#108614) --- gdk-pixbuf/ChangeLog | 3 +++ gdk-pixbuf/gdk-pixbuf-animation.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 99ab5c4d66..821e783c34 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,5 +1,8 @@ 2003-03-21 Matthias Clasen + * 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) diff --git a/gdk-pixbuf/gdk-pixbuf-animation.c b/gdk-pixbuf/gdk-pixbuf-animation.c index cd26bf78b9..354cc7740c 100644 --- a/gdk-pixbuf/gdk-pixbuf-animation.c +++ b/gdk-pixbuf/gdk-pixbuf-animation.c @@ -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;