diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2001-05-24 13:55:25 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2001-05-24 13:55:25 +0000 |
commit | 349e73fccfc5e59cc65474d2e3b25a0f5207bd0b (patch) | |
tree | 19f03234cf2e776f3ef9e5b565ea50e9e270d91b /atk/atkhypertext.c | |
parent | 00ac261d4d33297087611c3b02be2930127132b4 (diff) | |
download | atk-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-x | atk/atkhypertext.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, }; |