diff options
author | John Wiegley <johnw@newartisans.com> | 2018-07-19 22:01:31 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-07-19 22:01:31 -0700 |
commit | 5d02402291a923d30e66e4b0a08975ebf22361c3 (patch) | |
tree | 1802e52ef0bbbc4ab864564a242f032d22bb8f5f /src/context.h | |
parent | 8283abb594fa6729b0f32938377cbd6701441ebd (diff) | |
parent | 2b981925e5350022569203c045bd31b6d365d995 (diff) | |
download | fork-ledger-5d02402291a923d30e66e4b0a08975ebf22361c3.tar.gz fork-ledger-5d02402291a923d30e66e4b0a08975ebf22361c3.tar.bz2 fork-ledger-5d02402291a923d30e66e4b0a08975ebf22361c3.zip |
Merge remote-tracking branch 'origin/master' into next
Diffstat (limited to 'src/context.h')
-rw-r--r-- | src/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h index 4a7a5441..0af59930 100644 --- a/src/context.h +++ b/src/context.h @@ -70,6 +70,7 @@ public: std::size_t errors; std::size_t count; std::size_t sequence; + std::string last; explicit parse_context_t(const path& cwd) : current_directory(cwd), master(NULL), scope(NULL), |