summaryrefslogtreecommitdiff
path: root/src/expr/node_value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_value.cpp')
-rw-r--r--src/expr/node_value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/node_value.cpp b/src/expr/node_value.cpp
index 5dbfac169..7a4263d8a 100644
--- a/src/expr/node_value.cpp
+++ b/src/expr/node_value.cpp
@@ -28,7 +28,7 @@ namespace expr {
size_t NodeValue::next_id = 1;
-NodeValue NodeValue::s_null;
+NodeValue NodeValue::s_null(0);
string NodeValue::toString() const {
stringstream ss;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback