d3d10: Make get_property_info() static.

This commit is contained in:
Francois Gouget 2012-07-23 18:40:44 +02:00 committed by Alexandre Julliard
parent 285b9340f1
commit 7b89de9e48
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ static HRESULT parse_fx10_anonymous_shader(struct d3d10_effect *e, struct d3d10_
return S_OK;
}
const struct d3d10_effect_state_property_info *get_property_info(UINT id)
static const struct d3d10_effect_state_property_info *get_property_info(UINT id)
{
unsigned int i;