diff options
Diffstat (limited to 'xfa/fxfa/app/xfa_fwltheme.cpp')
-rw-r--r-- | xfa/fxfa/app/xfa_fwltheme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_fwltheme.cpp b/xfa/fxfa/app/xfa_fwltheme.cpp index 462c7cb090..86da75e066 100644 --- a/xfa/fxfa/app/xfa_fwltheme.cpp +++ b/xfa/fxfa/app/xfa_fwltheme.cpp @@ -93,7 +93,7 @@ FWL_ERR CXFA_FWLTheme::Initialize() { #endif } - FXSYS_assert(NULL != m_pCalendarFont); + ASSERT(NULL != m_pCalendarFont); FWLTHEME_Init(); return FWL_ERR_Succeeded; } |