summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAMinOperator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAMinOperator.cpp')
-rw-r--r--src/core/expression/RBAMinOperator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAMinOperator.cpp b/src/core/expression/RBAMinOperator.cpp
index 923088b..09ebfa2 100644
--- a/src/core/expression/RBAMinOperator.cpp
+++ b/src/core/expression/RBAMinOperator.cpp
@@ -19,7 +19,7 @@
#include "RBAMinOperator.hpp"
#include "RBAAllocatable.hpp"
#include "RBAContent.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAConstraintInfo.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBALambdaExpression.hpp"
@@ -42,7 +42,7 @@ RBAMinOperator::getModelElementType() const
}
const RBARuleObject* RBAMinOperator::getReferenceObjectCore(
- RBAConstraintInfo* info, RBAArbitrator* arb) const
+ RBAConstraintInfo* info, RBAArbitratorImpl* arb) const
{
LOG_addHierarchy(LOG_getSymbol());
const RBARuleObject* returnObj {nullptr};