mirror of https://github.com/Icinga/icinga2.git
Another build fix.
This commit is contained in:
parent
f59a56e4fc
commit
2beb4e0022
|
@ -24,7 +24,7 @@
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
||||||
AValue::AValue(void)
|
AValue::AValue(void)
|
||||||
: m_Type(ATSimple), m_Expression(NULL)
|
: m_Type(ATSimple)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
AValue::AValue(const AExpression::Ptr& expr)
|
AValue::AValue(const AExpression::Ptr& expr)
|
||||||
|
|
Loading…
Reference in New Issue