mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Fixed base class for Exception.
This commit is contained in:
parent
a420d1f801
commit
918cbad764
@ -28,7 +28,7 @@ namespace icinga
|
|||||||
*
|
*
|
||||||
* @ingroup base
|
* @ingroup base
|
||||||
*/
|
*/
|
||||||
class I2_BASE_API Exception : exception
|
class I2_BASE_API Exception : public exception
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
char *m_Message;
|
char *m_Message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user