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