From ca54ecb2f7ffdc1d68ed72836f09058d3ef242ec Mon Sep 17 00:00:00 2001 From: Anusha Gugale Date: Tue, 19 Jan 2021 18:06:48 +0530 Subject: Create RBAArbitratorImpl class to hide internal interfaces Signed-off-by: Anusha Gugale Change-Id: Ica733746489825c5e9e5995964801ef2d173cd24 --- src/core/expression/RBAExistsOperator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/expression/RBAExistsOperator.cpp') diff --git a/src/core/expression/RBAExistsOperator.cpp b/src/core/expression/RBAExistsOperator.cpp index 8bb8f05..48d1e4c 100644 --- a/src/core/expression/RBAExistsOperator.cpp +++ b/src/core/expression/RBAExistsOperator.cpp @@ -47,7 +47,7 @@ RBAExistsOperator::getModelElementType() const bool RBAExistsOperator::executeCore(RBAConstraintInfo* info, - RBAArbitrator * arb) const + RBAArbitratorImpl * arb) const { // Add itself to the constraint hierarchy for coverage LOG_addHierarchy(LOG_getSymbol()); -- cgit 1.2.3-korg