summaryrefslogtreecommitdiff
path: root/include/dom/core/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/string.h')
-rw-r--r--include/dom/core/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/string.h b/include/dom/core/string.h
index 8da9dd7..37d78d6 100644
--- a/include/dom/core/string.h
+++ b/include/dom/core/string.h
@@ -14,7 +14,7 @@
#include <dom/functypes.h>
#include <dom/core/exceptions.h>
-struct dom_string;
+typedef struct dom_string dom_string;
/* Claim a reference on a DOM string */
void dom_string_ref(struct dom_string *str);