summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_listitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_listitem.cpp')
-rw-r--r--xfa/fwl/cfwl_listitem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_listitem.cpp b/xfa/fwl/cfwl_listitem.cpp
index 049548a1f5..a8ea8a6452 100644
--- a/xfa/fwl/cfwl_listitem.cpp
+++ b/xfa/fwl/cfwl_listitem.cpp
@@ -7,8 +7,7 @@
#include "xfa/fwl/cfwl_listitem.h"
CFWL_ListItem::CFWL_ListItem(const CFX_WideString& text)
- : m_dwStates(0), m_wsText(text), m_pDIB(nullptr), m_dwCheckState(0) {
- m_rtCheckBox.Reset();
+ : m_dwStates(0), m_wsText(text) {
m_rtItem.Reset();
}