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

wined3d: Make the heap parameter to update_heap_entry() const.

parent 959874c2
......@@ -852,7 +852,7 @@ static void shader_glsl_load_constants(const struct wined3d_context *context,
}
}
static inline void update_heap_entry(struct constant_heap *heap, unsigned int idx,
static void update_heap_entry(const struct constant_heap *heap, unsigned int idx,
unsigned int heap_idx, DWORD new_version)
{
struct constant_entry *entries = heap->entries;
......
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