diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_layoutpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/cscript_layoutpseudomodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cscript_layoutpseudomodel.h b/xfa/fxfa/parser/cscript_layoutpseudomodel.h index ea31a4205e..6f98997b0d 100644 --- a/xfa/fxfa/parser/cscript_layoutpseudomodel.h +++ b/xfa/fxfa/parser/cscript_layoutpseudomodel.h @@ -55,7 +55,8 @@ class CScript_LayoutPseudoModel : public CXFA_Object { int32_t iPageNo, const CFX_WideString& wsType, bool bOnPageArea); - void PageImp(CFXJSE_Arguments* pArguments, bool bAbsPage); + + void PageInternals(CFXJSE_Arguments* pArguments, bool bAbsPage); void ThrowSetReadyException() const; }; |