| Index: xfa/fwl/core/cfwl_listbox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_listbox.cpp b/xfa/fwl/core/cfwl_listbox.cpp
|
| index 7da49efbb0fc0d006ef86cff95cdecb992346e50..cefee8ca87b21392f9a19c1a234fb715da7a1b6d 100644
|
| --- a/xfa/fwl/core/cfwl_listbox.cpp
|
| +++ b/xfa/fwl/core/cfwl_listbox.cpp
|
| @@ -21,7 +21,7 @@ IFWL_ListBox* ToListBox(IFWL_Widget* widget) {
|
|
|
| } // namespace
|
|
|
| -CFWL_ListBox::CFWL_ListBox(const IFWL_App* app) : CFWL_Widget(app) {}
|
| +CFWL_ListBox::CFWL_ListBox(const CFWL_App* app) : CFWL_Widget(app) {}
|
|
|
| CFWL_ListBox::~CFWL_ListBox() {}
|
|
|
|
|