diff options
Diffstat (limited to 'src/dom/cssparser.h')
| -rw-r--r-- | src/dom/cssparser.h | 4 |
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 |
