From e5848032bc5e4d72f0e98b4564817738cb390e8a Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Tue, 13 May 2008 15:03:47 +0000 Subject: Setting for testing got into the tree. oops. (bzr r5665) --- src/dom/dom.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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; /** -- cgit v1.2.3