summaryrefslogtreecommitdiff
path: root/xfa/include/fxfa/fxfa_objectacc.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fxfa/fxfa_objectacc.h')
-rw-r--r--xfa/include/fxfa/fxfa_objectacc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fxfa/fxfa_objectacc.h b/xfa/include/fxfa/fxfa_objectacc.h
index 14bd1ed69d..b03ebb5a23 100644
--- a/xfa/include/fxfa/fxfa_objectacc.h
+++ b/xfa/include/fxfa/fxfa_objectacc.h
@@ -59,7 +59,7 @@ inline FX_BOOL XFA_IsDigit(FX_WCHAR c)
}
typedef CFX_ArrayTemplate<CXFA_Node*> CXFA_NodeArray;
typedef CFX_ArrayTemplate<CXFA_Object*> CXFA_ObjArray;
-class CXFA_Data : public CFX_Object
+class CXFA_Data
{
public:
CXFA_Data(CXFA_Node* pNode) : m_pNode(pNode) {}