mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user