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 /*!