summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/item.h b/src/item.h
index 98b30c70..ea510a5e 100644
--- a/src/item.h
+++ b/src/item.h
@@ -189,7 +189,8 @@ public:
return _state;
}
- virtual expr_t::ptr_op_t lookup(const string& name);
+ virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind,
+ const string& name);
bool valid() const;