summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAGetProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAGetProperty.cpp')
-rw-r--r--src/core/expression/RBAGetProperty.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAGetProperty.cpp b/src/core/expression/RBAGetProperty.cpp
index 3a774d8..cee2236 100644
--- a/src/core/expression/RBAGetProperty.cpp
+++ b/src/core/expression/RBAGetProperty.cpp
@@ -21,7 +21,7 @@
#include "RBAGetProperty.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBASceneImpl.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBALogManager.hpp"
#include "RBAExpressionType.hpp"
#include "RBAModelElementType.hpp"
@@ -47,7 +47,7 @@ RBAGetProperty::getModelElementType() const
std::int32_t
RBAGetProperty::getValueCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const
+ RBAArbitratorImpl* arb) const
{
std::int32_t value{0};
const RBAAbstractProperty* prop{nullptr};