diff options
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_edit.h')
-rw-r--r-- | xfa/include/fwl/basewidget/fwl_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_edit.h b/xfa/include/fwl/basewidget/fwl_edit.h index 2019d8be4f..2be101e840 100644 --- a/xfa/include/fwl/basewidget/fwl_edit.h +++ b/xfa/include/fwl/basewidget/fwl_edit.h @@ -162,6 +162,5 @@ class IFWL_Edit : public IFWL_Widget { protected:
IFWL_Edit();
- virtual ~IFWL_Edit();
};
#endif
|