Skip to content

Commit 0c5fb42

Browse files
authored
Change configure method parameters to const
1 parent 7a10083 commit 0c5fb42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Svc/PassiveRateGroup/PassiveRateGroup.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class PassiveRateGroup final : public PassiveRateGroupComponentBase {
4646
//! to each member component. The index of the array corresponds to the
4747
//! output port number.
4848
//! \param numContexts The number of elements in the context array.
49-
void configure(U32 contexts[], FwIndexType numContexts);
49+
void configure(const U32 contexts[], const FwIndexType numContexts);
5050

5151
//! \brief PassiveRateGroupImpl destructor
5252
//!

0 commit comments

Comments
 (0)