summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/fwl_targetimp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/core/fwl_targetimp.cpp')
-rw-r--r--xfa/fwl/core/fwl_targetimp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/core/fwl_targetimp.cpp b/xfa/fwl/core/fwl_targetimp.cpp
index e3e768085a..1e63efe0a0 100644
--- a/xfa/fwl/core/fwl_targetimp.cpp
+++ b/xfa/fwl/core/fwl_targetimp.cpp
@@ -27,7 +27,7 @@ IFWL_Target::~IFWL_Target() {
CFWL_TargetImp::CFWL_TargetImp() {}
CFWL_TargetImp::~CFWL_TargetImp() {}
FWL_ERR CFWL_TargetImp::GetClassName(CFX_WideString& wsClass) const {
- wsClass.Empty();
+ wsClass.clear();
return FWL_ERR_Succeeded;
}
uint32_t CFWL_TargetImp::GetClassID() const {