diff options
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,7 +119,8 @@ public: return ! has_flags(POST_VIRTUAL) || has_flags(POST_MUST_BALANCE); } - 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; |