Another build fix.

This commit is contained in:
Gunnar Beutner 2013-10-20 15:22:21 +02:00
parent f59a56e4fc
commit 2beb4e0022
1 changed files with 1 additions and 1 deletions

View File

@ -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)