summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h2
1 files changed, 1 insertions, 1 deletions
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) {}