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