]> granicus.if.org Git - icinga2/commitdiff
Fixed base class for Exception.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 21 May 2012 14:59:28 +0000 (16:59 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 21 May 2012 14:59:28 +0000 (16:59 +0200)
base/exception.h

index 114a902265d98d35a39368067e6b5f32680bc1cf..1630ea758b976ac6c7ef123313d7fb5aad475a7a 100644 (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;