fix: make provider const

pull/2/head
Falk Werner 4 years ago
parent bbdd5a24f5
commit 39855a9995

@ -30,7 +30,7 @@ struct wfp_provider
struct wfp_impl_invokation_context
{
struct wfp_provider * provider;
struct wfp_provider const * provider;
void * user_data;
struct wfp_request * request;
};

Loading…
Cancel
Save