From 5773ed1ceb70875062c78cc9118f6e25893197dc Mon Sep 17 00:00:00 2001 From: jerry Date: Wed, 23 Apr 2014 14:15:41 +0000 Subject: [PATCH] made XBase non abstract --- src/lib/base/XBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/base/XBase.h b/src/lib/base/XBase.h index b3688436..5b4bc82b 100644 --- a/src/lib/base/XBase.h +++ b/src/lib/base/XBase.h @@ -38,7 +38,7 @@ public: protected: //! Get a human readable string describing the exception - virtual CString getWhat() const throw() = 0; + virtual CString getWhat() const throw() { return ""; } //! Format a string /*!