summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAContentValue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAContentValue.hpp')
-rw-r--r--src/core/expression/RBAContentValue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expression/RBAContentValue.hpp b/src/core/expression/RBAContentValue.hpp
index 52bd841..4b31513 100644
--- a/src/core/expression/RBAContentValue.hpp
+++ b/src/core/expression/RBAContentValue.hpp
@@ -41,7 +41,7 @@ public:
void accept(RBAExpressionVisitor& visitor) override;
RBAModelElementType getModelElementType() const override;
std::int32_t getValueCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const override;
+ RBAArbitratorImpl* arb) const override;
#ifdef RBA_USE_LOG
const std::string getSymbol() const override;