From f1181c34ed3c3dd80299d634de062c4f2d731bac Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Wed, 9 Feb 2022 10:36:34 -0500 Subject: types/wlr_tablet_pad: constify impl --- include/wlr/interfaces/wlr_tablet_pad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr/interfaces') diff --git a/include/wlr/interfaces/wlr_tablet_pad.h b/include/wlr/interfaces/wlr_tablet_pad.h index b35f162e..ff5c9359 100644 --- a/include/wlr/interfaces/wlr_tablet_pad.h +++ b/include/wlr/interfaces/wlr_tablet_pad.h @@ -16,7 +16,7 @@ struct wlr_tablet_pad_impl { }; void wlr_tablet_pad_init(struct wlr_tablet_pad *pad, - struct wlr_tablet_pad_impl *impl, const char *name); + const struct wlr_tablet_pad_impl *impl, const char *name); void wlr_tablet_pad_destroy(struct wlr_tablet_pad *pad); #endif -- cgit v1.2.3