]> granicus.if.org Git - icinga2/blobdiff - lib/config/applyrule.cpp
Move the VMFrame class to libbase
[icinga2] / lib / config / applyrule.cpp
index a9274463fd00e45eead0a9cb55d3ac881f7f1f10..17730076e1dd9bec1487031a9b2110b57aa2b530 100644 (file)
@@ -86,7 +86,7 @@ void ApplyRule::AddRule(const String& sourceType, const String& targetType, cons
        m_Rules[sourceType].push_back(ApplyRule(targetType, name, expression, filter, fkvar, fvvar, fterm, di, scope));
 }
 
-bool ApplyRule::EvaluateFilter(VMFrame& frame) const
+bool ApplyRule::EvaluateFilter(ScriptFrame& frame) const
 {
        return m_Filter->Evaluate(frame).ToBool();
 }