Skip to content

Commit 7a10083

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Svc/ActiveRateGroup/ActiveRateGroup.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ActiveRateGroup final : public ActiveRateGroupComponentBase {
5252
//! output port number.
5353
//! \param numContexts The number of elements in the context array.
5454

55-
void configure(U32 contexts[], FwIndexType numContexts);
55+
void configure(const U32 contexts[], const FwIndexType numContexts);
5656

5757
//! \brief ActiveRateGroup destructor
5858
//!

0 commit comments

Comments
 (0)