summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathtoken.h
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-07-13 20:08:17 +0000
committerishmal <ishmal@users.sourceforge.net>2006-07-13 20:08:17 +0000
commit2b62f943d56c8ff6c46ad49f1bfa4114eb61ddaa (patch)
tree7bca8b2ee55a2237a734fd8bc2d95699cd760a65 /src/dom/xpathtoken.h
parentinclude libpng with pkg-config check for include path (fixes #1519300) (diff)
downloadinkscape-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.h1
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)