diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_thisproxy.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_thisproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_thisproxy.h b/xfa/fxfa/parser/cxfa_thisproxy.h index 197a97da67..f429a2ce8a 100644 --- a/xfa/fxfa/parser/cxfa_thisproxy.h +++ b/xfa/fxfa/parser/cxfa_thisproxy.h @@ -8,9 +8,10 @@ #define XFA_FXFA_PARSER_CXFA_THISPROXY_H_ #include "core/fxcrt/unowned_ptr.h" -#include "xfa/fxfa/parser/cxfa_node.h" #include "xfa/fxfa/parser/cxfa_object.h" +class CXFA_Node; + class CXFA_ThisProxy : public CXFA_Object { public: CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode); |