From 591ed144f8dfe4b2915f01f1cc725f584d498a3f Mon Sep 17 00:00:00 2001 From: tsepez Date: Fri, 6 Jan 2017 10:29:49 -0800 Subject: Remove CFX_MapPtrToPtr and templates. All usage is now replaced with stl equivalents. Move one definition from fx_basic.h to where it's actually needed. Review-Url: https://codereview.chromium.org/2612773007 --- xfa/fxfa/parser/xfa_object.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xfa/fxfa') diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h index 8be19ec2e1..cc116505e0 100644 --- a/xfa/fxfa/parser/xfa_object.h +++ b/xfa/fxfa/parser/xfa_object.h @@ -128,6 +128,8 @@ enum XFA_SOM_MESSAGETYPE { using CXFA_NodeArray = CFX_ArrayTemplate; using CXFA_NodeStack = CFX_StackTemplate; using CXFA_NodeSet = std::unordered_set; + +typedef void (*PD_CALLBACK_FREEDATA)(void* pData); typedef void (*PD_CALLBACK_DUPLICATEDATA)(void*& pData); struct XFA_MAPDATABLOCKCALLBACKINFO { -- cgit v1.2.3