aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAActiveState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAActiveState.cpp')
-rw-r--r--src/core/expression/RBAActiveState.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAActiveState.cpp b/src/core/expression/RBAActiveState.cpp
index 1e0f6b3..920f6d2 100644
--- a/src/core/expression/RBAActiveState.cpp
+++ b/src/core/expression/RBAActiveState.cpp
@@ -23,7 +23,7 @@
#include "RBAContent.hpp"
#include "RBAContentState.hpp"
#include "RBAConstraintInfo.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBALogManager.hpp"
namespace rba
@@ -38,7 +38,7 @@ RBAModelElementType RBAActiveState::getModelElementType() const
return RBAModelElementType::ActiveState;
}
const RBARuleObject* RBAActiveState::getReferenceObjectCore(
- RBAConstraintInfo* info, RBAArbitrator* arb) const
+ RBAConstraintInfo* info, RBAArbitratorImpl* arb) const
{
LOG_addHierarchy(LOG_getSymbol());
const RBARuleObject* returnObj {nullptr};