summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-text.h')
-rw-r--r--atspi/atspi-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-text.h b/atspi/atspi-text.h
index ce42e567..2c045d9c 100644
--- a/atspi/atspi-text.h
+++ b/atspi/atspi-text.h
@@ -72,7 +72,7 @@ struct _AtspiTextRange
{
gint start_offset;
gint end_offset;
- gchar *text;
+ gchar *content;
};
/**