summaryrefslogtreecommitdiffstats
path: root/src/dom/cssparser.h
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-03-20 19:14:23 +0000
committerishmal <ishmal@users.sourceforge.net>2008-03-20 19:14:23 +0000
commit45da12b38f983122c45371951fcad971a9da47b7 (patch)
treeb12ae5fe54f7194cd62c8b7fa2bc969d2daa3924 /src/dom/cssparser.h
parentNeed to change from Level 3 views to Level 2 for CSS (diff)
downloadinkscape-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.h')
-rw-r--r--src/dom/cssparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dom/cssparser.h b/src/dom/cssparser.h
index 6c7db16f9..ca137cbaa 100644
--- a/src/dom/cssparser.h
+++ b/src/dom/cssparser.h
@@ -12,7 +12,7 @@
* Authors:
* Bob Jamison
*
- * Copyright (C) 2005-2007 Bob Jamison
+ * Copyright (C) 2005-2008 Bob Jamison
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -98,7 +98,7 @@ private:
* Test if the given substring exists at the given position
* in parsebuf. Use get() in case of out-of-bounds
*/
- bool match(int pos, char *str);
+ bool match(int pos, const char *str);
/**
* Skip over whitespace