mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 12:44:58 +02:00
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…
x
Reference in New Issue
Block a user