mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
parent
e5af5b5dd3
commit
2ce8a4d4cc
@ -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…
x
Reference in New Issue
Block a user