diff options
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ namespace ledger { class error_context { - public: +public: string desc; error_context(const string& _desc) throw() : desc(_desc) {} |