summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2004-08-13 08:31:03 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2004-08-13 08:31:03 +0000
commit6c03c7ac83597058b1201c2bde359305f457e3ea (patch)
tree839fc87eeeb7ce0d4b954f72bf4d87dbf0b77532 /atk/atkhypertext.c
parent8a88c42f4e5c6324bf3cc61766ec091e00fd1744 (diff)
downloadatk-6c03c7ac83597058b1201c2bde359305f457e3ea.tar.gz
Fix for bug #149990; patch from Kjartan Maraas.
2004-08-13 Padraig O'Briain <padraig.obriain@sun.com> * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c: Fix for bug #149990; patch from Kjartan Maraas.
Diffstat (limited to 'atk/atkhypertext.c')
-rwxr-xr-xatk/atkhypertext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkhypertext.c b/atk/atkhypertext.c
index 6da5030..f216d34 100755
--- a/atk/atkhypertext.c
+++ b/atk/atkhypertext.c
@@ -30,7 +30,7 @@ static guint atk_hypertext_signals[LAST_SIGNAL] = { 0 };
GType
-atk_hypertext_get_type ()
+atk_hypertext_get_type (void)
{
static GType type = 0;