diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2007-09-16 12:28:27 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2007-09-16 12:28:27 +0000 |
| commit | 4e4ebf48914fe22803d4e6891af13f1292456f2e (patch) | |
| tree | 7339396445719c9364957861afb350dbe3d9d396 /src/dom/xpathtoken.cpp | |
| parent | merge in 2geom rev. 1154 (diff) | |
| download | inkscape-4e4ebf48914fe22803d4e6891af13f1292456f2e.tar.gz inkscape-4e4ebf48914fe22803d4e6891af13f1292456f2e.zip | |
trivial changes to address warning with g++-4.2
(bzr r3757)
Diffstat (limited to 'src/dom/xpathtoken.cpp')
| -rw-r--r-- | src/dom/xpathtoken.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dom/xpathtoken.cpp b/src/dom/xpathtoken.cpp index ac0ead535..fe906f4f8 100644 --- a/src/dom/xpathtoken.cpp +++ b/src/dom/xpathtoken.cpp @@ -522,7 +522,7 @@ static bool tokFuncRound(Token &tok, Stack &stack) typedef struct { int ival; - char *sval; + char const *sval; TokenFunc tokenFunc; } TokenTableEntry; |
