diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-08 19:53:53 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-08 19:53:53 +0000 |
| commit | 9f9d847f16ff02053d87850d5170f59ef277c764 (patch) | |
| tree | 76fd7e64677265c62dc11f155d688c6b0949c714 /src/dom/xpathparser.cpp | |
| parent | fix 199791 (diff) | |
| download | inkscape-9f9d847f16ff02053d87850d5170f59ef277c764.tar.gz inkscape-9f9d847f16ff02053d87850d5170f59ef277c764.zip | |
Change charclass.cpp/h to ucd.cpp/h
(bzr r4992)
Diffstat (limited to 'src/dom/xpathparser.cpp')
| -rw-r--r-- | src/dom/xpathparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/xpathparser.cpp b/src/dom/xpathparser.cpp index f2e000e6d..bbe0fcc40 100644 --- a/src/dom/xpathparser.cpp +++ b/src/dom/xpathparser.cpp @@ -28,7 +28,7 @@ */ -#include "charclass.h" +#include "ucd.h" #include "xpathparser.h" |
