summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAContentValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAContentValue.cpp')
-rw-r--r--src/core/expression/RBAContentValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAContentValue.cpp b/src/core/expression/RBAContentValue.cpp
index 23b1b20..a1c6f2e 100644
--- a/src/core/expression/RBAContentValue.cpp
+++ b/src/core/expression/RBAContentValue.cpp
@@ -22,7 +22,7 @@
#include "RBAContentValue.hpp"
#include "RBAAllocatable.hpp"
#include "RBAContentState.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBALogManager.hpp"
#include "RBAModelElementType.hpp"
@@ -48,7 +48,7 @@ RBAContentValue::getModelElementType() const
}
std::int32_t
-RBAContentValue::getValueCore(RBAConstraintInfo* info, RBAArbitrator* arb) const
+RBAContentValue::getValueCore(RBAConstraintInfo* info, RBAArbitratorImpl* arb) const
{
std::int32_t result { -99 };
const auto leftInfo = info->getChild(0U);