summaryrefslogtreecommitdiff
path: root/include/dom/core
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
commit0720efe2302b134b8a2dc909354d75a0ccac073c (patch)
tree073a5625ef88a4abb987287f6ffe0e4edd2478f7 /include/dom/core
parente4c9d2859262d966f638cc68ca79f2a65cd3b438 (diff)
downloadlibdom-0720efe2302b134b8a2dc909354d75a0ccac073c.tar.gz
libdom-0720efe2302b134b8a2dc909354d75a0ccac073c.tar.bz2
Fix build on ARM.
svn path=/trunk/libdom/; revision=13565
Diffstat (limited to 'include/dom/core')
-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,