summaryrefslogtreecommitdiff
path: root/account.cc
diff options
context:
space:
mode:
Diffstat (limited to 'account.cc')
-rw-r--r--account.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/account.cc b/account.cc
index 0a5ea0dc..4a03e784 100644
--- a/account.cc
+++ b/account.cc
@@ -114,6 +114,15 @@ std::ostream& operator<<(std::ostream& out, const account_t& account)
return out;
}
+expr_t::ptr_op_t account_t::lookup(const string& name)
+{
+ switch (name[0]) {
+ case 'a':
+ break;
+ }
+ return expr_t::ptr_op_t();
+}
+
bool account_t::valid() const
{
if (depth > 256) {