diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-03-20 19:14:23 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-03-20 19:14:23 +0000 |
| commit | 45da12b38f983122c45371951fcad971a9da47b7 (patch) | |
| tree | b12ae5fe54f7194cd62c8b7fa2bc969d2daa3924 /src/dom/cssparser.cpp | |
| parent | Need to change from Level 3 views to Level 2 for CSS (diff) | |
| download | inkscape-45da12b38f983122c45371951fcad971a9da47b7.tar.gz inkscape-45da12b38f983122c45371951fcad971a9da47b7.zip | |
Change from DOM Level 3 Views to Level 2 to sync with CSS
(bzr r5131)
Diffstat (limited to 'src/dom/cssparser.cpp')
| -rw-r--r-- | src/dom/cssparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/cssparser.cpp b/src/dom/cssparser.cpp index 83fd92909..422c02e49 100644 --- a/src/dom/cssparser.cpp +++ b/src/dom/cssparser.cpp @@ -131,7 +131,7 @@ XMLCh CssParser::get(int p) * Test if the given substring exists at the given position * in parsebuf. Use get() in case of out-of-bounds */ -bool CssParser::match(int pos, char *str) +bool CssParser::match(int pos, const char *str) { while (*str) { |
