From a207c8053663ed896318931c18122c2170c26c1e Mon Sep 17 00:00:00 2001 From: ishmal Date: Tue, 13 May 2008 15:03:47 +0000 Subject: [PATCH] Setting for testing got into the tree. oops. --- src/dom/dom.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/dom/dom.h b/src/dom/dom.h index 540e7361c..c1d9428d0 100644 --- a/src/dom/dom.h +++ b/src/dom/dom.h @@ -57,8 +57,8 @@ * Then below, select one of the corresponding typedefs. */ -//#include -#include +#include +//#include //# Unfortunate hack for a name collision #ifdef SEVERITY_ERROR @@ -79,11 +79,11 @@ namespace dom * This is the org::w3c::dom::DOMString definition. * Which type do we want? */ -//typedef Glib::ustring DOMString; -//typedef gunichar XMLCh; +typedef Glib::ustring DOMString; +typedef gunichar XMLCh; -typedef std::string DOMString; -typedef unsigned short XMLCh; +//typedef std::string DOMString; +//typedef unsigned short XMLCh; /** -- 2.30.2