We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a10083 commit 0c5fb42Copy full SHA for 0c5fb42
1 file changed
Svc/PassiveRateGroup/PassiveRateGroup.hpp
@@ -46,7 +46,7 @@ class PassiveRateGroup final : public PassiveRateGroupComponentBase {
46
//! to each member component. The index of the array corresponds to the
47
//! output port number.
48
//! \param numContexts The number of elements in the context array.
49
- void configure(U32 contexts[], FwIndexType numContexts);
+ void configure(const U32 contexts[], const FwIndexType numContexts);
50
51
//! \brief PassiveRateGroupImpl destructor
52
//!
0 commit comments