Skip to content

Commit

Permalink
Const function pointers bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 12, 2024
1 parent 456155b commit e32c2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/io/event_loop.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ struct aws_event_loop_group_options {
*
* Do not bind this value to managed code; it is only used in timing-sensitive tests.
*/
const aws_io_clock_fn *clock_override;
aws_io_clock_fn *clock_override;
};

AWS_EXTERN_C_BEGIN
Expand Down

0 comments on commit e32c2ab

Please sign in to comment.