summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBALetStatement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBALetStatement.cpp')
-rw-r--r--src/core/expression/RBALetStatement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expression/RBALetStatement.cpp b/src/core/expression/RBALetStatement.cpp
index f64cc18..4c6d0cb 100644
--- a/src/core/expression/RBALetStatement.cpp
+++ b/src/core/expression/RBALetStatement.cpp
@@ -44,7 +44,7 @@ RBALetStatement::accept(RBAExpressionVisitor& visitor)
visitor.visit(*this);
}
-void RBALetStatement::setVariable(RBAArbitrator* const arb)
+void RBALetStatement::setVariable(RBAArbitratorImpl* const arb)
{
RBAConstraintInfo* const info {variable_->createConstraintInfo()};
variable_->setRuleObj(getLhsOperand()->getReferenceObject(info, arb));