Fixed base class for ConfigFileComponent.

This commit is contained in:
Gunnar Beutner 2012-05-18 11:36:27 +02:00
parent 2c5e1ebb29
commit c3cc247be0
1 changed files with 1 additions and 1 deletions

View 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;