Index: fpdfsdk/include/fsdk_baseform.h |
diff --git a/fpdfsdk/include/fsdk_baseform.h b/fpdfsdk/include/fsdk_baseform.h |
index 28caa7b7b88dc471b751e66d2ae00476e1473c5a..e23d34ca813bd2c22e0fb57a48299e5548d862c6 100644 |
--- a/fpdfsdk/include/fsdk_baseform.h |
+++ b/fpdfsdk/include/fsdk_baseform.h |
@@ -41,8 +41,8 @@ typedef enum _PDFSDK_XFAAActionType { |
} PDFSDK_XFAAActionType; |
#endif // PDF_ENABLE_XFA |
-typedef struct _PDFSDK_FieldAction { |
- _PDFSDK_FieldAction() { |
+struct PDFSDK_FieldAction { |
+ PDFSDK_FieldAction() { |
bModifier = FALSE; |
bShift = FALSE; |
nCommitKey = 0; |
@@ -65,7 +65,7 @@ typedef struct _PDFSDK_FieldAction { |
FX_BOOL bWillCommit; // in |
FX_BOOL bFieldFull; // in |
FX_BOOL bRC; // in[out] |
-} PDFSDK_FieldAction; |
+}; |
class CPDFSDK_Widget : public CPDFSDK_BAAnnot { |
public: |