From: ishmal Date: Tue, 13 May 2008 15:03:47 +0000 (+0000) Subject: Setting for testing got into the tree. oops. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a207c8053663ed896318931c18122c2170c26c1e;p=inkscape.git Setting for testing got into the tree. oops. --- 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; /**