From 585683c4e828aaa1dbb883df9274d14753a58088 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Sat, 20 Nov 2010 10:59:06 -0500 Subject: Add Hypertext and Hyperlink and some refactoring to support them AtspiAccessible is now derived from a base class called AtspiObject which defines the object's application and object path, since this is common with AtspiHyperlink. --- atspi/atspi-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atspi/atspi-text.c') diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c index 914bee95..dcc0009a 100644 --- a/atspi/atspi-text.c +++ b/atspi/atspi-text.c @@ -23,7 +23,7 @@ #include "atspi-private.h" -static AtspiRange * +AtspiRange * atspi_range_copy (AtspiRange *src) { AtspiRange *dst = g_new (AtspiRange, 1); -- cgit v1.2.1