diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-03-08 21:10:02 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-03-08 21:10:02 +0000 |
| commit | 432a82e4b501fa7c56c8469c3df4afbfeea080fc (patch) | |
| tree | f04d81f4fce5af0021c8e6900594e88db6b9f970 /src/dom/io/domstream.cpp | |
| parent | Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an in... (diff) | |
| download | inkscape-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.cpp | 2 |
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 { |
