diff options
Diffstat (limited to 'src/view/RBAIsHidden.cpp')
-rw-r--r-- | src/view/RBAIsHidden.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/RBAIsHidden.cpp b/src/view/RBAIsHidden.cpp index f33c3ed..eeea2ab 100644 --- a/src/view/RBAIsHidden.cpp +++ b/src/view/RBAIsHidden.cpp @@ -17,7 +17,7 @@ #include "RBAIsHidden.hpp" -#include "RBAArbitrator.hpp" +#include "RBAArbitratorImpl.hpp" #include "RBAAllocatable.hpp" #include "RBAExpressionVisitor.hpp" #include "RBAResultImpl.hpp" @@ -42,7 +42,7 @@ RBAIsHidden::getModelElementType() const bool RBAIsHidden::executeCore(RBAConstraintInfo* info, - RBAArbitrator* arb) const + RBAArbitratorImpl* arb) const { bool isPassed {false}; // Add itself to the constraint hierarchy for coverage. |