diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-07-13 20:08:17 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-07-13 20:08:17 +0000 |
| commit | 2b62f943d56c8ff6c46ad49f1bfa4114eb61ddaa (patch) | |
| tree | 7bca8b2ee55a2237a734fd8bc2d95699cd760a65 /src/dom/xpathtoken.h | |
| parent | include libpng with pkg-config check for include path (fixes #1519300) (diff) | |
| download | inkscape-2b62f943d56c8ff6c46ad49f1bfa4114eb61ddaa.tar.gz inkscape-2b62f943d56c8ff6c46ad49f1bfa4114eb61ddaa.zip | |
fixed parsing of axes
(bzr r1404)
Diffstat (limited to 'src/dom/xpathtoken.h')
| -rw-r--r-- | src/dom/xpathtoken.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dom/xpathtoken.h b/src/dom/xpathtoken.h index 61d6cf6ef..71e096d46 100644 --- a/src/dom/xpathtoken.h +++ b/src/dom/xpathtoken.h @@ -384,6 +384,7 @@ private: type = TOK_NOP; ival = 0L; dval = 0.0; + //sval = ""; //not necessary } void assign(const Token &other) |
