summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/basewidget/fwl_checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/basewidget/fwl_checkbox.h')
-rw-r--r--xfa/include/fwl/basewidget/fwl_checkbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_checkbox.h b/xfa/include/fwl/basewidget/fwl_checkbox.h
index 94ee9e7274..63cc75896a 100644
--- a/xfa/include/fwl/basewidget/fwl_checkbox.h
+++ b/xfa/include/fwl/basewidget/fwl_checkbox.h
@@ -79,7 +79,6 @@ class IFWL_CheckBox : public IFWL_Widget {
protected:
IFWL_CheckBox();
- virtual ~IFWL_CheckBox();
};
class IFWL_RadioButton : public IFWL_Widget {
public:
@@ -92,6 +91,5 @@ class IFWL_RadioButton : public IFWL_Widget {
protected:
IFWL_RadioButton();
- virtual ~IFWL_RadioButton();
};
#endif