summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAHasComeLaterThan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAHasComeLaterThan.cpp')
-rw-r--r--src/core/expression/RBAHasComeLaterThan.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAHasComeLaterThan.cpp b/src/core/expression/RBAHasComeLaterThan.cpp
index 341d164..cddc067 100644
--- a/src/core/expression/RBAHasComeLaterThan.cpp
+++ b/src/core/expression/RBAHasComeLaterThan.cpp
@@ -21,7 +21,7 @@
#include "RBAHasComeLaterThan.hpp"
#include "RBAContent.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBALogManager.hpp"
#include "RBAModelElementType.hpp"
@@ -44,7 +44,7 @@ RBAHasComeLaterThan::getModelElementType() const
bool
RBAHasComeLaterThan::executeCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
// Add itself to the constraint hierarchy for coverage
LOG_addHierarchy(LOG_getSymbol());