summaryrefslogtreecommitdiff
path: root/src/item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.cc')
-rw-r--r--src/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cc b/src/item.cc
index bdd72f3b..185ee033 100644
--- a/src/item.cc
+++ b/src/item.cc
@@ -128,7 +128,7 @@ expr_t::ptr_op_t item_t::lookup(const string& name)
break;
}
- return session_t::current->current_report->lookup(name);
+ return session_t::current->report->lookup(name);
}
bool item_t::valid() const