summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-03-30 02:31:35 +0000
committerishmal <ishmal@users.sourceforge.net>2007-03-30 02:31:35 +0000
commit55154d70527155c1dd736969ebc23db53684c85e (patch)
tree13d4f2450a757622b2846c06e0932072ff238ba0 /src
parentforgot #include <vector> (diff)
downloadinkscape-55154d70527155c1dd736969ebc23db53684c85e.tar.gz
inkscape-55154d70527155c1dd736969ebc23db53684c85e.zip
backout inadvertent change to domconfig.h
(bzr r2782)
Diffstat (limited to 'src')
-rw-r--r--src/dom/domconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/domconfig.h b/src/dom/domconfig.h
index 120d7a218..e381205bd 100644
--- a/src/dom/domconfig.h
+++ b/src/dom/domconfig.h
@@ -37,7 +37,7 @@
* or GlibMM's Glib::ustring. If neither one is defined, then DOMString
* is defined as stdc++'s std::string.
*/
-//#define DOM_STRING_GLIBMM
+#define DOM_STRING_GLIBMM
//#define DOM_STRING_OWN