diff options
Diffstat (limited to 'xfa/fxfa/xfa_ffdocview.h')
-rw-r--r-- | xfa/fxfa/xfa_ffdocview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/xfa_ffdocview.h b/xfa/fxfa/xfa_ffdocview.h index 31e4df955f..2350978d52 100644 --- a/xfa/fxfa/xfa_ffdocview.h +++ b/xfa/fxfa/xfa_ffdocview.h @@ -37,7 +37,7 @@ enum XFA_DOCVIEW_LAYOUTSTATUS { }; class CXFA_FFDocView { public: - CXFA_FFDocView(CXFA_FFDoc* pDoc); + explicit CXFA_FFDocView(CXFA_FFDoc* pDoc); ~CXFA_FFDocView(); CXFA_FFDoc* GetDoc() { return m_pDoc; } |