mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
Another build fix.
This commit is contained in:
parent
f59a56e4fc
commit
2beb4e0022
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue