diff options
Diffstat (limited to 'src/item.cc')
-rw-r--r-- | src/item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cc b/src/item.cc index 6be3bae3..4af37e89 100644 --- a/src/item.cc +++ b/src/item.cc @@ -309,7 +309,7 @@ expr_t::ptr_op_t item_t::lookup(const string& name) break; } - return expr_t::ptr_op_t(); + return NULL; } bool item_t::valid() const |