summaryrefslogtreecommitdiffstats
path: root/src/view/RBAAllInstanceOfViewContent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/RBAAllInstanceOfViewContent.cpp')
-rw-r--r--src/view/RBAAllInstanceOfViewContent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/RBAAllInstanceOfViewContent.cpp b/src/view/RBAAllInstanceOfViewContent.cpp
index 7620410..9e036ac 100644
--- a/src/view/RBAAllInstanceOfViewContent.cpp
+++ b/src/view/RBAAllInstanceOfViewContent.cpp
@@ -19,7 +19,7 @@
#include "RBAAllInstanceOfViewContent.hpp"
#include "RBAViewContentImpl.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBAModelImpl.hpp"
#include "RBAModelElementType.hpp"
@@ -44,7 +44,7 @@ RBAAllInstanceOfViewContent::getModelElementType() const
const RBARuleObject*
RBAAllInstanceOfViewContent::getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
return &allViewContentSet_;
}