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

wined3d: Make the priv parameter to map_register() const.

parent c5f8a33a
...@@ -230,7 +230,7 @@ static void map_sysval(enum wined3d_sysval_semantic sysval, struct wined3d_shade ...@@ -230,7 +230,7 @@ static void map_sysval(enum wined3d_sysval_semantic sysval, struct wined3d_shade
} }
} }
static void map_register(struct wined3d_sm4_data *priv, struct wined3d_shader_register *reg) static void map_register(const struct wined3d_sm4_data *priv, struct wined3d_shader_register *reg)
{ {
switch (priv->shader_version.type) switch (priv->shader_version.type)
{ {
......
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