summaryrefslogtreecommitdiff
path: root/xfa/fgas/font/cfgas_fontmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fgas/font/cfgas_fontmgr.cpp')
-rw-r--r--xfa/fgas/font/cfgas_fontmgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.cpp b/xfa/fgas/font/cfgas_fontmgr.cpp
index a00b903d48..db6c4f1867 100644
--- a/xfa/fgas/font/cfgas_fontmgr.cpp
+++ b/xfa/fgas/font/cfgas_fontmgr.cpp
@@ -632,7 +632,7 @@ ByteString CFX_FontSourceEnum_File::GetNextFile() {
if (m_FolderPaths.empty())
return "";
pCurHandle = FX_OpenFolder(m_FolderPaths.back().c_str());
- FX_HandleParentPath hpp;
+ HandleParentPath hpp;
hpp.pFileHandle = pCurHandle;
hpp.bsParentPath = m_FolderPaths.back();
m_FolderQueue.push_back(hpp);
@@ -657,7 +657,7 @@ ByteString CFX_FontSourceEnum_File::GetNextFile() {
if (bsName == "." || bsName == "..")
continue;
if (bFolder) {
- FX_HandleParentPath hpp;
+ HandleParentPath hpp;
hpp.bsParentPath =
m_FolderQueue.back().bsParentPath + bsFolderSeparator + bsName;
hpp.pFileHandle = FX_OpenFolder(hpp.bsParentPath.c_str());