summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h
index ac4a4788..7d51a08e 100644
--- a/src/account.h
+++ b/src/account.h
@@ -119,7 +119,8 @@ public:
}
bool remove_post(post_t * post);
- 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;