summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAActiveContents.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAActiveContents.cpp')
-rw-r--r--src/core/expression/RBAActiveContents.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/expression/RBAActiveContents.cpp b/src/core/expression/RBAActiveContents.cpp
index b5d88a7..818f11d 100644
--- a/src/core/expression/RBAActiveContents.cpp
+++ b/src/core/expression/RBAActiveContents.cpp
@@ -21,7 +21,7 @@
#include <memory>
#include "RBAActiveContents.hpp"
#include "RBAConstraintInfo.hpp"
-#include "RBAArbitrator.hpp"
+#include "RBAArbitratorImpl.hpp"
#include "RBAAllocatable.hpp"
#include "RBAExpressionVisitor.hpp"
#include "RBALogManager.hpp"
@@ -49,7 +49,7 @@ RBAActiveContents::getModelElementType() const
}
const RBARuleObject*
-RBAActiveContents::getReferenceObjectCore(RBAConstraintInfo* info, RBAArbitrator* arb) const
+RBAActiveContents::getReferenceObjectCore(RBAConstraintInfo* info, RBAArbitratorImpl* arb) const
{
LOG_addHierarchy(LOG_getSymbol());
const RBARuleObject* returnObj {nullptr};