summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathtoken.h
diff options
context:
space:
mode:
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)