summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-23 19:18:36 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-23 19:18:36 +0000
commit23bb11dfe7824c585507c8606e6aad62ce808810 (patch)
tree073a5625ef88a4abb987287f6ffe0e4edd2478f7 /include
parent0c2eab743266c4cdd689c3361175b8455fedb9ae (diff)
downloadlibdom-23bb11dfe7824c585507c8606e6aad62ce808810.tar.gz
libdom-23bb11dfe7824c585507c8606e6aad62ce808810.tar.bz2
Fix build on ARM.
svn path=/trunk/libdom/; revision=13565
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/implementation.h2
1 files changed, 1 insertions, 1 deletions
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,