summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-05-13 15:03:47 +0000
committerishmal <ishmal@users.sourceforge.net>2008-05-13 15:03:47 +0000
commite5848032bc5e4d72f0e98b4564817738cb390e8a (patch)
tree40a5005d3456d0033c59b6008ad9fe8fd2333602 /src
parentRemoved outdated default size setting (diff)
downloadinkscape-e5848032bc5e4d72f0e98b4564817738cb390e8a.tar.gz
inkscape-e5848032bc5e4d72f0e98b4564817738cb390e8a.zip
Setting for testing got into the tree. oops.
(bzr r5665)
Diffstat (limited to 'src')
-rw-r--r--src/dom/dom.h12
1 files 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 <glibmm.h>
-#include <string>
+#include <glibmm.h>
+//#include <string>
//# 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;
/**