summaryrefslogtreecommitdiff
path: root/atspi/atspi-application.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-11-07 08:43:41 -0500
committerMike Gorse <mgorse@novell.com>2010-11-07 08:43:41 -0500
commitf5ad78008ea864a19ca48e610c3b38c2de9fc06e (patch)
tree0a936245cb2745efcc6eafcce92b93b8a852da5e /atspi/atspi-application.h
parent1299779d8ded027a7e277d5e64b76f88c4ba4da7 (diff)
downloadat-spi2-core-f5ad78008ea864a19ca48e610c3b38c2de9fc06e.tar.gz
Box some types, add missing header file, and other fixes
Diffstat (limited to 'atspi/atspi-application.h')
-rw-r--r--atspi/atspi-application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-application.h b/atspi/atspi-application.h
index be3d4e1a..ecc46572 100644
--- a/atspi/atspi-application.h
+++ b/atspi/atspi-application.h
@@ -30,7 +30,7 @@
#include "atspi-accessible.h"
#define ATSPI_TYPE_APPLICATION (atspi_application_get_type ())
-#define ATSPI_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_APPLICATION, AtspiAccessible))
+#define ATSPI_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_APPLICATION, AtspiApplication))
#define ATSPI_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ATSPI_TYPE_APPLICATION, AtspiAccessibleClass))
#define ATSPI_IS_APPLICATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_APPLICATION))
#define ATSPI_IS_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ATSPI_TYPE_APPLICATION))