summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-05-24 13:55:25 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-05-24 13:55:25 +0000
commit349e73fccfc5e59cc65474d2e3b25a0f5207bd0b (patch)
tree19f03234cf2e776f3ef9e5b565ea50e9e270d91b /atk/atkhypertext.c
parent00ac261d4d33297087611c3b02be2930127132b4 (diff)
downloadat-spi2-core-349e73fccfc5e59cc65474d2e3b25a0f5207bd0b.tar.gz
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
Diffstat (limited to 'atk/atkhypertext.c')
-rwxr-xr-xatk/atkhypertext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atkhypertext.c b/atk/atkhypertext.c
index f78639dc..7135aae8 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,
};