summaryrefslogtreecommitdiffstats
path: root/src/view/RBAAllInstanceOfArea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/RBAAllInstanceOfArea.cpp')
-rw-r--r--src/view/RBAAllInstanceOfArea.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/RBAAllInstanceOfArea.cpp b/src/view/RBAAllInstanceOfArea.cpp
index 032cc90..2b43baf 100644
--- a/src/view/RBAAllInstanceOfArea.cpp
+++ b/src/view/RBAAllInstanceOfArea.cpp
@@ -20,7 +20,7 @@
#include "RBAAllInstanceOfArea.hpp"
#include "RBAAreaImpl.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBAModelImpl.hpp"
#include "RBAModelElementType.hpp"
@@ -45,7 +45,7 @@ RBAAllInstanceOfArea::getModelElementType() const
const RBARuleObject*
RBAAllInstanceOfArea::getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
return &allAreaSet_;
}