From: Gunnar Beutner Date: Mon, 21 May 2012 14:59:28 +0000 (+0200) Subject: Fixed base class for Exception. X-Git-Tag: v0.0.1~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=918cbad764a1b75468317afe8ac9ca27eab870de;p=icinga2 Fixed base class for Exception. --- diff --git a/base/exception.h b/base/exception.h index 114a90226..1630ea758 100644 --- a/base/exception.h +++ b/base/exception.h @@ -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;