From 349e73fccfc5e59cc65474d2e3b25a0f5207bd0b Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Thu, 24 May 2001 13:55:25 +0000 Subject: atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c, * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c, atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c, atk/atkregistry.c, atk/atkselection.c, atk/atktable.c, atk/atktext.c, atk/atkutil.c, atk/atkvalue.c Fix warnings generated by Sun FORTE compiler --- atk/atkhypertext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atk/atkhypertext.c') diff --git a/atk/atkhypertext.c b/atk/atkhypertext.c index f78639d..7135aae 100755 --- a/atk/atkhypertext.c +++ b/atk/atkhypertext.c @@ -40,8 +40,8 @@ atk_hypertext_get_type () static const GTypeInfo tinfo = { sizeof (AtkHypertextIface), - NULL, - NULL, + (GBaseInitFunc) NULL, + (GBaseFinalizeFunc) NULL, (GInterfaceInitFunc) atk_hypertext_interface_init, }; -- cgit v1.2.1