mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0023370: MSVC++ warnings issued during compilation for 64bits, WNT_FontMapEntry.cxx
Replaced 'int' with 'Standard_Size' to avoid compiler warning.
This commit is contained in:
parent
aa45313282
commit
2ac0971028
@ -30,7 +30,7 @@
|
||||
|
||||
WNT_FontMapEntry :: WNT_FontMapEntry ( const Standard_CString aFontName )
|
||||
{
|
||||
int i;
|
||||
Standard_Size i;
|
||||
char* p;
|
||||
|
||||
char* fName = new char[ strlen ( aFontName ) + 1 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user