diff options
Diffstat (limited to 'core/fxcrt/fx_extension.cpp')
-rw-r--r-- | core/fxcrt/fx_extension.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_extension.cpp b/core/fxcrt/fx_extension.cpp index aa3841e31c..1bb9a3a5f6 100644 --- a/core/fxcrt/fx_extension.cpp +++ b/core/fxcrt/fx_extension.cpp @@ -408,7 +408,7 @@ bool CFX_MemoryStream::ExpandBlocks(size_t size) { } // namespace #ifdef PDF_ENABLE_XFA -IFX_FileAccess* FX_CreateDefaultFileAccess(const CFX_WideStringC& wsPath) { +IFX_FileAccess* IFX_FileAccess::CreateDefault(const CFX_WideStringC& wsPath) { if (wsPath.GetLength() == 0) return nullptr; |