diff options
Diffstat (limited to 'fxjs/xfa/cjx_packet.cpp')
-rw-r--r-- | fxjs/xfa/cjx_packet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_packet.cpp b/fxjs/xfa/cjx_packet.cpp index c3d8dbbeba..e4119baf91 100644 --- a/fxjs/xfa/cjx_packet.cpp +++ b/fxjs/xfa/cjx_packet.cpp @@ -23,7 +23,7 @@ const CJX_MethodSpec CJX_Packet::MethodSpecs[] = { {"setAttribute", setAttribute_static}}; CJX_Packet::CJX_Packet(CXFA_Packet* packet) : CJX_Node(packet) { - DefineMethods(MethodSpecs, FX_ArraySize(MethodSpecs)); + DefineMethods(MethodSpecs); } CJX_Packet::~CJX_Packet() {} |