From: Gunnar Beutner Date: Fri, 18 May 2012 09:36:27 +0000 (+0200) Subject: Fixed base class for ConfigFileComponent. X-Git-Tag: v0.0.1~510 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3cc247be0d22cc6d184d2e3a1b416b906fa5c3b;p=icinga2 Fixed base class for ConfigFileComponent. --- diff --git a/components/configfile/configfilecomponent.h b/components/configfile/configfilecomponent.h index 599feb9d3..b46904f9f 100644 --- a/components/configfile/configfilecomponent.h +++ b/components/configfile/configfilecomponent.h @@ -25,7 +25,7 @@ namespace icinga DEFINE_EXCEPTION_CLASS(ConfigParserException); -class ConfigFileComponent : public Component +class ConfigFileComponent : public IcingaComponent { public: typedef shared_ptr Ptr;