Index: xfa/fwl/core/fwl_noteimp.cpp |
diff --git a/xfa/fwl/core/fwl_noteimp.cpp b/xfa/fwl/core/fwl_noteimp.cpp |
index fc7523a8b33010244914a4a74a4cb292175d9048..70999d5f850c16ee4aa90b0b7bde60f5477abce5 100644 |
--- a/xfa/fwl/core/fwl_noteimp.cpp |
+++ b/xfa/fwl/core/fwl_noteimp.cpp |
@@ -713,10 +713,9 @@ CFWL_ToolTipContainer::CFWL_ToolTipContainer() |
CFWL_ToolTipContainer::~CFWL_ToolTipContainer() {} |
-FWL_Error CFWL_ToolTipContainer::GetCaption(IFWL_Widget* pWidget, |
- CFX_WideString& wsCaption) { |
+void CFWL_ToolTipContainer::GetCaption(IFWL_Widget* pWidget, |
+ CFX_WideString& wsCaption) { |
wsCaption = m_wsCaption; |
- return FWL_Error::Succeeded; |
} |
int32_t CFWL_ToolTipContainer::GetInitialDelay(IFWL_Widget* pWidget) { |