summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.h b/src/node.h
index d394e7ee..2a137e86 100644
--- a/src/node.h
+++ b/src/node.h
@@ -232,6 +232,7 @@ public:
virtual value_t to_value() const {
throw_(std::logic_error, "Cannot convert parent node to a value");
+ return NULL_VALUE;
}
void print(std::ostream& out) const;