]> granicus.if.org Git - icinga2/commitdiff
Fixed base class for ConfigFileComponent.
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 18 May 2012 09:36:27 +0000 (11:36 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 18 May 2012 09:36:27 +0000 (11:36 +0200)
components/configfile/configfilecomponent.h

index 599feb9d3258e6644c489ef3bdfcc76aef9453ac..b46904f9f680b868356d5e1b93d9e03f0a756e3f 100644 (file)
@@ -25,7 +25,7 @@ namespace icinga
 
 DEFINE_EXCEPTION_CLASS(ConfigParserException);
 
-class ConfigFileComponent : public Component
+class ConfigFileComponent : public IcingaComponent
 {
 public:
        typedef shared_ptr<ConfigFileComponent> Ptr;