diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-01 21:33:27 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-01 21:33:27 -0600 |
commit | 0e81c60d70b88ef98f1da4f884632a7d4d8a2c49 (patch) | |
tree | 98007a41a1b23d5321f711f24255f9de893d2f02 /src/textual.cc | |
parent | 576aa90bb6b052d096948eaa61cd890286e62a38 (diff) | |
download | fork-ledger-0e81c60d70b88ef98f1da4f884632a7d4d8a2c49.tar.gz fork-ledger-0e81c60d70b88ef98f1da4f884632a7d4d8a2c49.tar.bz2 fork-ledger-0e81c60d70b88ef98f1da4f884632a7d4d8a2c49.zip |
Fixed a typo
Diffstat (limited to 'src/textual.cc')
-rw-r--r-- | src/textual.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textual.cc b/src/textual.cc index 839e871b..dc07efa0 100644 --- a/src/textual.cc +++ b/src/textual.cc @@ -743,7 +743,7 @@ void instance_t::include_directive(char * line) if (glob.match(base)) { journal_t * journal = context.journal; account_t * master = context.master; - account_t * scope = context.scope; + scope_t * scope = context.scope; context_stack.push(*iter); |