Fixed base class for Exception.

This commit is contained in:
Gunnar Beutner 2012-05-21 16:59:28 +02:00
parent a420d1f801
commit 918cbad764
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace icinga
*
* @ingroup base
*/
class I2_BASE_API Exception : exception
class I2_BASE_API Exception : public exception
{
private:
char *m_Message;