From 961b30926b3b9f2b3e9c1a99df3f25fea6b13118 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 26 Jul 2008 04:08:55 -0400 Subject: --verify works again, but the memory totals at the end still need work. --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.h') diff --git a/error.h b/error.h index 3c11d2cd..dded6058 100644 --- a/error.h +++ b/error.h @@ -12,7 +12,7 @@ namespace ledger { class error_context { - public: +public: string desc; error_context(const string& _desc) throw() : desc(_desc) {} -- cgit v1.2.3