Index: core/src/fxcrt/fx_xml_composer.cpp |
diff --git a/core/src/fxcrt/fx_xml_composer.cpp b/core/src/fxcrt/fx_xml_composer.cpp |
index 97c5dfd13050dca29466c6e6d5f16a7f02791249..7858290f9af1489b9744ac8ffbef95c677f42f4d 100644 |
--- a/core/src/fxcrt/fx_xml_composer.cpp |
+++ b/core/src/fxcrt/fx_xml_composer.cpp |
@@ -11,7 +11,7 @@ void FX_XML_SplitQualifiedName(FX_BSTR bsFullName, CFX_ByteStringC &bsSpace, CFX |
if (bsFullName.IsEmpty()) { |
return; |
} |
- FX_INT32 iStart = 0; |
+ int32_t iStart = 0; |
for (; iStart < bsFullName.GetLength(); iStart ++) { |
if (bsFullName.GetAt(iStart) == ':') { |
break; |