mirror of https://github.com/Icinga/icinga2.git
Fixed base class for ConfigFileComponent.
This commit is contained in:
parent
2c5e1ebb29
commit
c3cc247be0
|
@ -25,7 +25,7 @@ namespace icinga
|
|||
|
||||
DEFINE_EXCEPTION_CLASS(ConfigParserException);
|
||||
|
||||
class ConfigFileComponent : public Component
|
||||
class ConfigFileComponent : public IcingaComponent
|
||||
{
|
||||
public:
|
||||
typedef shared_ptr<ConfigFileComponent> Ptr;
|
||||
|
|
Loading…
Reference in New Issue