summaryrefslogtreecommitdiffstats
path: root/src/view/RBADisplayingContent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/RBADisplayingContent.cpp')
-rw-r--r--src/view/RBADisplayingContent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/RBADisplayingContent.cpp b/src/view/RBADisplayingContent.cpp
index 003e3c3..b91d4bc 100644
--- a/src/view/RBADisplayingContent.cpp
+++ b/src/view/RBADisplayingContent.cpp
@@ -19,7 +19,7 @@
#include "RBADisplayingContent.hpp"
#include "RBAAllocatable.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAContent.hpp"
#include "RBAContentState.hpp"
#include "RBAExpressionVisitor.hpp"
@@ -49,7 +49,7 @@ RBADisplayingContent::getModelElementType() const
const RBARuleObject*
RBADisplayingContent::getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
const RBARuleObject* object {nullptr};
const auto leftInfo = info->getChild(0U);