We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e2b3e commit 7a10083Copy full SHA for 7a10083
1 file changed
Svc/ActiveRateGroup/ActiveRateGroup.hpp
@@ -52,7 +52,7 @@ class ActiveRateGroup final : public ActiveRateGroupComponentBase {
52
//! output port number.
53
//! \param numContexts The number of elements in the context array.
54
55
- void configure(U32 contexts[], FwIndexType numContexts);
+ void configure(const U32 contexts[], const FwIndexType numContexts);
56
57
//! \brief ActiveRateGroup destructor
58
//!
0 commit comments