Index: xfa/fxfa/parser/cxfa_event.h |
diff --git a/xfa/fxfa/parser/cxfa_event.h b/xfa/fxfa/parser/cxfa_event.h |
index 91d0812f957211bcb0179c32f2e122899a6e1341..de3598de46f613dec4a47d098328427e57f14639 100644 |
--- a/xfa/fxfa/parser/cxfa_event.h |
+++ b/xfa/fxfa/parser/cxfa_event.h |
@@ -21,7 +21,7 @@ class CXFA_Event : public CXFA_Data { |
explicit CXFA_Event(CXFA_Node* pNode); |
int32_t GetActivity(); |
- int32_t GetEventType(); |
+ XFA_Element GetEventType(); |
void GetRef(CFX_WideStringC& wsRef); |
CXFA_Script GetScript(); |