diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-22 10:48:46 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-22 10:48:46 +0000 |
| commit | 3c678ae341f853e426a9716f6999dcf2bf1a7c99 (patch) | |
| tree | 3dfa0291a5df614d7271331e8cbed248709ede30 /src/dom/domimpl.cpp | |
| parent | minor speedup (diff) | |
| download | inkscape-3c678ae341f853e426a9716f6999dcf2bf1a7c99.tar.gz inkscape-3c678ae341f853e426a9716f6999dcf2bf1a7c99.zip | |
Tweak to use Glib::ustring. Remove warnings.
(bzr r565)
Diffstat (limited to 'src/dom/domimpl.cpp')
| -rw-r--r-- | src/dom/domimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/domimpl.cpp b/src/dom/domimpl.cpp index b3197c948..e9da6291f 100644 --- a/src/dom/domimpl.cpp +++ b/src/dom/domimpl.cpp @@ -862,7 +862,7 @@ void NodeImpl::setNodeName(const DOMString &qualifiedName) } else { - localName.push_back(ch); + localName.push_back((XMLCh)ch); } } } |
