made XBase non abstract
This commit is contained in:
parent
b876c0daf3
commit
5773ed1ceb
|
@ -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
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue