summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-07-06 20:40:52 +0000
committerishmal <ishmal@users.sourceforge.net>2006-07-06 20:40:52 +0000
commit62a5ae83fc73719bb8e0bba574706a7345d87213 (patch)
tree721352f95deefb389ac6509a81a1a53f586417d9 /src
parentdon't need svg 'load and save'. in fact, it doesnt fit (diff)
downloadinkscape-62a5ae83fc73719bb8e0bba574706a7345d87213.tar.gz
inkscape-62a5ae83fc73719bb8e0bba574706a7345d87213.zip
undo last commit. oops
(bzr r1368)
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 053e99712..41dce7a10 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