diff --git a/src/xwl/drag.cpp b/src/xwl/drag.cpp index b74f5ad57c..fce12a7b3f 100644 --- a/src/xwl/drag.cpp +++ b/src/xwl/drag.cpp @@ -35,7 +35,7 @@ void Drag::sendClientMessage(xcb_window_t target, xcb_atom_t type, xcb_client_me type, // type *data, // data }; - static_assert(sizeof(ev) == 32, "Would leak stack data otherwise"); + static_assert(sizeof(event) == 32, "Would leak stack data otherwise"); xcb_connection_t *xcbConn = kwinApp()->x11Connection(); xcb_send_event(xcbConn,