diff options
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) |
