mirror of https://github.com/Icinga/icinga2.git
Fixed base class for Exception.
This commit is contained in:
parent
a420d1f801
commit
918cbad764
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue