made XBase non abstract

This commit is contained in:
jerry 2014-04-23 14:15:41 +00:00
parent b876c0daf3
commit 5773ed1ceb
1 changed files with 1 additions and 1 deletions

View File

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