Index: xfa/fwl/theme/cfwl_checkboxtp.h |
diff --git a/xfa/fwl/theme/cfwl_checkboxtp.h b/xfa/fwl/theme/cfwl_checkboxtp.h |
index bb2f14dec365ea50f8c37c17ca3e8ee711079848..f6a3b827845e3024b0fdb2b6888746b94cc92717 100644 |
--- a/xfa/fwl/theme/cfwl_checkboxtp.h |
+++ b/xfa/fwl/theme/cfwl_checkboxtp.h |
@@ -20,8 +20,8 @@ class CFWL_CheckBoxTP : public CFWL_WidgetTP { |
FX_BOOL bChildren = TRUE); |
virtual FX_BOOL DrawText(CFWL_ThemeText* pParams); |
virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); |
- virtual FWL_ERR Initialize(); |
- virtual FWL_ERR Finalize(); |
+ virtual FWL_Error Initialize(); |
+ virtual FWL_Error Finalize(); |
protected: |
void DrawBoxBk(IFWL_Widget* pWidget, |