Commit 1fd7c96a authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make volumetexture_ops static.

parent 0fb6005f
......@@ -85,7 +85,7 @@ static void volumetexture_preload(IWineD3DBaseTextureImpl *texture, enum WINED3D
texture->baseTexture.texture_rgb.dirty = FALSE;
}
const struct wined3d_texture_ops volumetexture_ops =
static const struct wined3d_texture_ops volumetexture_ops =
{
volumetexture_bind,
volumetexture_preload,
......
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