mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
e5af5b5dd3
commit
2ce8a4d4cc
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
using namespace icinga;
|
||||
|
||||
ConfigItemBuilder::ConfigItemBuilder(void)
|
||||
: m_Abstract(false)
|
||||
: m_Abstract(false), m_DefaultTmpl(false), m_IgnoreOnError(false)
|
||||
{
|
||||
m_DebugInfo.FirstLine = 0;
|
||||
m_DebugInfo.FirstColumn = 0;
|
||||
|
|
@ -34,7 +34,7 @@ ConfigItemBuilder::ConfigItemBuilder(void)
|
|||
}
|
||||
|
||||
ConfigItemBuilder::ConfigItemBuilder(const DebugInfo& debugInfo)
|
||||
: m_Abstract(false)
|
||||
: m_Abstract(false), m_DefaultTmpl(false), m_IgnoreOnError(false)
|
||||
{
|
||||
m_DebugInfo = debugInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue