1
0
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:
Pawel 2012-08-07 14:12:02 +02:00 committed by bugmaster
parent aa45313282
commit 2ac0971028

View File

@ -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 ];