diff options
Diffstat (limited to 'src/accum.h')
-rw-r--r-- | src/accum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/accum.h b/src/accum.h index cf74cb74..236a7714 100644 --- a/src/accum.h +++ b/src/accum.h @@ -47,7 +47,7 @@ namespace ledger { class straccbuf : public std::streambuf { protected: - std::string str; // accumulator + std::string str; // accumulator std::string::size_type index; public: |