msvcp90: Make numpunct_char_use_facet() static.
This commit is contained in:
parent
6bacd9559f
commit
98748efbf5
|
@ -3445,7 +3445,7 @@ MSVCP_size_t __cdecl numpunct_char__Getcat(const locale_facet **facet, const loc
|
||||||
return LC_NUMERIC;
|
return LC_NUMERIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
numpunct_char* numpunct_char_use_facet(const locale *loc)
|
static numpunct_char* numpunct_char_use_facet(const locale *loc)
|
||||||
{
|
{
|
||||||
static numpunct_char *obj = NULL;
|
static numpunct_char *obj = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue