diff options
Diffstat (limited to 'xfa/fwl/core/ifwl_dataprovider.h')
-rw-r--r-- | xfa/fwl/core/ifwl_dataprovider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fwl/core/ifwl_dataprovider.h b/xfa/fwl/core/ifwl_dataprovider.h index 9a3634c40e..53c6ec4055 100644 --- a/xfa/fwl/core/ifwl_dataprovider.h +++ b/xfa/fwl/core/ifwl_dataprovider.h @@ -15,6 +15,7 @@ class IFWL_Widget; class IFWL_DataProvider { public: virtual ~IFWL_DataProvider() {} + virtual FWL_Error GetCaption(IFWL_Widget* pWidget, CFX_WideString& wsCaption) = 0; }; |