summaryrefslogtreecommitdiff
path: root/xfa/fxfa/cxfa_ffdraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/cxfa_ffdraw.h')
-rw-r--r--xfa/fxfa/cxfa_ffdraw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffdraw.h b/xfa/fxfa/cxfa_ffdraw.h
index de9cfcf428..697359766f 100644
--- a/xfa/fxfa/cxfa_ffdraw.h
+++ b/xfa/fxfa/cxfa_ffdraw.h
@@ -12,8 +12,10 @@
class CXFA_FFDraw : public CXFA_FFWidget {
public:
- explicit CXFA_FFDraw(CXFA_Node* pNode);
~CXFA_FFDraw() override;
+
+ protected:
+ explicit CXFA_FFDraw(CXFA_Node* pNode);
};
#endif // XFA_FXFA_CXFA_FFDRAW_H_