diff options
Diffstat (limited to 'xfa/fxfa/app/xfa_ffexclgroup.h')
-rw-r--r-- | xfa/fxfa/app/xfa_ffexclgroup.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/fxfa/app/xfa_ffexclgroup.h b/xfa/fxfa/app/xfa_ffexclgroup.h index 52a8e56466..58d05623f9 100644 --- a/xfa/fxfa/app/xfa_ffexclgroup.h +++ b/xfa/fxfa/app/xfa_ffexclgroup.h @@ -17,9 +17,8 @@ class CXFA_FFExclGroup : public CXFA_FFWidget { // CXFA_FFWidget void RenderWidget(CFX_Graphics* pGS, - CFX_Matrix* pMatrix = NULL, - uint32_t dwStatus = 0, - int32_t iRotate = 0) override; + CFX_Matrix* pMatrix, + uint32_t dwStatus) override; }; #endif // XFA_FXFA_APP_XFA_FFEXCLGROUP_H_ |