Commit eebad6a1 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make the device parameter to wined3d_event_query_test() const.

parent bf5ab0a1
......@@ -36,7 +36,7 @@ void wined3d_event_query_destroy(struct wined3d_event_query *query)
}
static enum wined3d_event_query_result wined3d_event_query_test(const struct wined3d_event_query *query,
struct wined3d_device *device)
const struct wined3d_device *device)
{
struct wined3d_context *context;
const struct wined3d_gl_info *gl_info;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment