summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAStateValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAStateValue.cpp')
-rw-r--r--src/core/expression/RBAStateValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAStateValue.cpp b/src/core/expression/RBAStateValue.cpp
index 77d14b5..a143e50 100644
--- a/src/core/expression/RBAStateValue.cpp
+++ b/src/core/expression/RBAStateValue.cpp
@@ -18,7 +18,7 @@
#include <string>
#include "RBAStateValue.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAConstraintInfo.hpp"
#include "RBAContent.hpp"
#include "RBAContentState.hpp"
@@ -45,7 +45,7 @@ RBAStateValue::getModelElementType() const
}
std::int32_t
-RBAStateValue::getValueCore(RBAConstraintInfo* info, RBAArbitrator* arb) const
+RBAStateValue::getValueCore(RBAConstraintInfo* info, RBAArbitratorImpl* arb) const
{
std::int32_t result { -99 };
const auto leftInfo = info->getChild(0U);