aboutsummaryrefslogtreecommitdiff
path: root/net/freerdp/files/patch-client_Wayland_wlfreerdp.c
blob: 0b7fd973f414ea6f2d4fd8eca02f64a2b3b97992 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- client/Wayland/wlfreerdp.c.orig
+++ client/Wayland/wlfreerdp.c
@@ -587,7 +587,7 @@ static void wlf_client_free(freerdp* instance, rdpContext* context)
 	DeleteCriticalSection(&wlf->critical);
 }
 
-static void* uwac_event_clone(const void* val)
+static void* uwac_event_clone(void* val)
 {
 	UwacEvent* copy;
 	const UwacEvent* ev = (const UwacEvent*)val;