]> granicus.if.org Git - icinga2/commitdiff
Another build fix.
authorGunnar Beutner <gunnar@beutner.name>
Sun, 20 Oct 2013 13:22:21 +0000 (15:22 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Sun, 20 Oct 2013 13:22:21 +0000 (15:22 +0200)
lib/config/avalue.cpp

index 96aa4931959b70063817389399fe04c4d541d830..88137d000628e3ed4b397c12c12ae360d47c3c11 100644 (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)