summaryrefslogtreecommitdiff
path: root/report.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 18:57:02 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 18:57:02 -0400
commit200d919fe7c8bcf021011c16fb6ec50821444d5e (patch)
treec3da877b2968bf9ee697727c19bec5fe16c59144 /report.cc
parentd073a7e8a599def9c6dae0f98903d9b59766e9fc (diff)
downloadledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.tar.gz
ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.tar.bz2
ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.zip
Changed the way scopes are structured for an upcoming design change.
Diffstat (limited to 'report.cc')
-rw-r--r--report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cc b/report.cc
index ff8000ee..3742e020 100644
--- a/report.cc
+++ b/report.cc
@@ -453,7 +453,7 @@ expr_t::ptr_op_t report_t::lookup(const string& name)
break;
}
- return symbol_scope_t::lookup(name);
+ return session.lookup(name);
}
} // namespace ledger