Chromium Code Reviews| Index: xfa/fwl/cfwl_listitem.cpp |
| diff --git a/xfa/fwl/cfwl_listitem.cpp b/xfa/fwl/cfwl_listitem.cpp |
| index 049548a1f5b7c3f27354c1f8fb02971e25b3eb0e..a8ea8a645237234a4e07bc3246a0ee3eda5528b2 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(); |
|
Tom Sepez
2016/12/14 17:20:16
does this do anything?
dsinclair
2016/12/14 17:43:55
Sadly, yes. CFX_RectF has no constructor, so the o
|
| } |