Skip to content

Commit 3eea0c7

Browse files
authored
Change configure method parameters to const
1 parent 0c5fb42 commit 3eea0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Svc/PassiveRateGroup/PassiveRateGroup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PassiveRateGroup::PassiveRateGroup(const char* compName)
2222

2323
PassiveRateGroup::~PassiveRateGroup() {}
2424

25-
void PassiveRateGroup::configure(U32 contexts[], FwIndexType numContexts) {
25+
void PassiveRateGroup::configure(const U32 contexts[], const FwIndexType numContexts) {
2626
FW_ASSERT(contexts);
2727
FW_ASSERT(numContexts == this->getNum_RateGroupMemberOut_OutputPorts(), static_cast<FwAssertArgType>(numContexts),
2828
static_cast<FwAssertArgType>(this->getNum_RateGroupMemberOut_OutputPorts()));

0 commit comments

Comments
 (0)