From 250fd7cc43af62578cbcd58a90e1fe0fb706eed1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Mar 2003 00:35:15 +0000 Subject: 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 5563fccd7..ee077652c 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 cd26bf78b..354cc7740 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; -- cgit v1.2.1