summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAAllocatedContent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAAllocatedContent.hpp')
-rw-r--r--src/core/expression/RBAAllocatedContent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expression/RBAAllocatedContent.hpp b/src/core/expression/RBAAllocatedContent.hpp
index 6fb44e2..f40c8a8 100644
--- a/src/core/expression/RBAAllocatedContent.hpp
+++ b/src/core/expression/RBAAllocatedContent.hpp
@@ -39,7 +39,7 @@ class DLL_EXPORT RBAAllocatedContent : public RBAAllocatableOperator
void accept(RBAExpressionVisitor& visitor) override;
RBAModelElementType getModelElementType() const override;
const RBARuleObject* getReferenceObjectCore(RBAConstraintInfo* info,
- RBAArbitrator* arb) const override;
+ RBAArbitratorImpl* arb) const override;
// Log
#ifdef RBA_USE_LOG