From 6080b8ea00de6312f81f3be06bf1c5bbb9fd2700 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 8 Jun 2007 16:42:14 +0000 Subject: Added default constructor for context --- src/utility/context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utility/context.h b/src/utility/context.h index 934c5aee..411e6821 100644 --- a/src/utility/context.h +++ b/src/utility/context.h @@ -39,6 +39,7 @@ class context public: string description; // ex: 'While parsing file "%R" at line %L' + context() throw() {} explicit context(const string& _description) throw() : description(_description) {} -- cgit v1.2.3