summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAIntegerValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAIntegerValue.cpp')
-rw-r--r--src/core/expression/RBAIntegerValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expression/RBAIntegerValue.cpp b/src/core/expression/RBAIntegerValue.cpp
index aadffb0..c88bfc1 100644
--- a/src/core/expression/RBAIntegerValue.cpp
+++ b/src/core/expression/RBAIntegerValue.cpp
@@ -44,7 +44,7 @@ RBAIntegerValue::getModelElementType() const
}
std::int32_t
-RBAIntegerValue::getValueCore(RBAConstraintInfo* info, RBAArbitrator * arb) const
+RBAIntegerValue::getValueCore(RBAConstraintInfo* info, RBAArbitratorImpl * arb) const
{
return getValue();
}