Skip to content

Commit 713ef8d

Browse files
committed
fix const qualifier
1 parent 8064ee7 commit 713ef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aero_state.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern "C" void f_aero_state_init(
1616
const double *n_part,
1717
const void *aero_dataptr
1818
) noexcept;
19-
extern "C" void f_aero_state_len(const void *ptr, const int *len) noexcept;
19+
extern "C" void f_aero_state_len(const void *ptr, int *len) noexcept;
2020

2121
struct AeroState {
2222
PMCResource ptr;

0 commit comments

Comments
 (0)