summaryrefslogtreecommitdiffstats
path: root/src/dom/io/domstream.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-03-08 21:10:02 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-03-08 21:10:02 +0000
commit432a82e4b501fa7c56c8469c3df4afbfeea080fc (patch)
treef04d81f4fce5af0021c8e6900594e88db6b9f970 /src/dom/io/domstream.cpp
parentFixed bug found by JonCruz. Using an unsigned int in findLast() caused an in... (diff)
downloadinkscape-432a82e4b501fa7c56c8469c3df4afbfeea080fc.tar.gz
inkscape-432a82e4b501fa7c56c8469c3df4afbfeea080fc.zip
Warning cleanup
(bzr r4995)
Diffstat (limited to 'src/dom/io/domstream.cpp')
-rw-r--r--src/dom/io/domstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/io/domstream.cpp b/src/dom/io/domstream.cpp
index 9a3d49f15..6f8dc634d 100644
--- a/src/dom/io/domstream.cpp
+++ b/src/dom/io/domstream.cpp
@@ -38,7 +38,7 @@
#include <stdarg.h>
#include "domstream.h"
-#include "dom/charclass.h"
+#include "dom/ucd.h"
namespace org
{