summaryrefslogtreecommitdiffstats
path: root/src/core/model/RBAConstraintImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/RBAConstraintImpl.cpp')
-rw-r--r--src/core/model/RBAConstraintImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/RBAConstraintImpl.cpp b/src/core/model/RBAConstraintImpl.cpp
index a634621..2e27867 100644
--- a/src/core/model/RBAConstraintImpl.cpp
+++ b/src/core/model/RBAConstraintImpl.cpp
@@ -57,7 +57,7 @@ RBAConstraintImpl::isRuntime() const
}
bool
-RBAConstraintImpl::execute(RBAArbitrator* const arb)
+RBAConstraintImpl::execute(RBAArbitratorImpl* const arb)
{
LOG_arbitrateConstraintLogicLogLine(" constraint expression["
+ getExpression()->LOG_getExpressionText()