1
0
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:
Gunnar Beutner 2013-10-20 15:22:21 +02:00
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)