summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-03-21 00:35:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-03-21 00:35:15 +0000
commit250fd7cc43af62578cbcd58a90e1fe0fb706eed1 (patch)
treeb5ca0377666b60548bef7fed8c46c2751f208e03
parentb6d19fe20739a866ad82f35d37b5e3c16b035f7d (diff)
downloadgdk-pixbuf-250fd7cc43af62578cbcd58a90e1fe0fb706eed1.tar.gz
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)
-rw-r--r--gdk-pixbuf/ChangeLog3
-rw-r--r--gdk-pixbuf/gdk-pixbuf-animation.c2
2 files changed, 4 insertions, 1 deletions
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 <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)
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;