aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAIsActive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAIsActive.cpp')
-rw-r--r--src/core/expression/RBAIsActive.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAIsActive.cpp b/src/core/expression/RBAIsActive.cpp
index a89745f..2c9d846 100644
--- a/src/core/expression/RBAIsActive.cpp
+++ b/src/core/expression/RBAIsActive.cpp
@@ -20,7 +20,7 @@
#include "RBAIsActive.hpp"
#include "RBAContent.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBALogManager.hpp"
#include "RBAModelElementType.hpp"
@@ -43,7 +43,7 @@ RBAIsActive::getModelElementType() const
bool
RBAIsActive::executeCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
bool isPassed {false};
// Add itself to the constraint hierarchy for coverage