mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +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);
|
DEFINE_EXCEPTION_CLASS(ConfigParserException);
|
||||||
|
|
||||||
class ConfigFileComponent : public Component
|
class ConfigFileComponent : public IcingaComponent
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef shared_ptr<ConfigFileComponent> Ptr;
|
typedef shared_ptr<ConfigFileComponent> Ptr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user