summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAAllocatedContent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAAllocatedContent.cpp')
-rw-r--r--src/core/expression/RBAAllocatedContent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAAllocatedContent.cpp b/src/core/expression/RBAAllocatedContent.cpp
index 923717d..8342827 100644
--- a/src/core/expression/RBAAllocatedContent.cpp
+++ b/src/core/expression/RBAAllocatedContent.cpp
@@ -20,7 +20,7 @@
#include "RBAAllocatedContent.hpp"
#include "RBAAllocatable.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAContentState.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBALogManager.hpp"
@@ -47,7 +47,7 @@ RBAAllocatedContent::getModelElementType() const
const RBARuleObject*
RBAAllocatedContent::getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
const RBARuleObject* object {nullptr}; // return value
const auto leftInfo = info->getChild(0U);