diff options
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); |