From c3cc247be0d22cc6d184d2e3a1b416b906fa5c3b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 18 May 2012 11:36:27 +0200 Subject: [PATCH] Fixed base class for ConfigFileComponent. --- components/configfile/configfilecomponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0