From 0720efe2302b134b8a2dc909354d75a0ccac073c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 23 Mar 2012 19:18:36 +0000 Subject: Fix build on ARM. svn path=/trunk/libdom/; revision=13565 --- include/dom/core/implementation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom/core') diff --git a/include/dom/core/implementation.h b/include/dom/core/implementation.h index 2577829..e48e506 100644 --- a/include/dom/core/implementation.h +++ b/include/dom/core/implementation.h @@ -17,7 +17,7 @@ struct dom_document; struct dom_document_type; -typedef const char *dom_implementation; +typedef const char dom_implementation; typedef enum dom_implementation_type { DOM_IMPLEMENTATION_CORE = 0, -- cgit v1.2.3