From 3fc8c688374fc8f34f4b02debc5888e2775df91b Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Wed, 18 Nov 2015 15:55:21 -0800 Subject: Make IFWL_Target::m_pImpl a private member. Remove pointless subclass dtors since CFWL_TargetImpl has a virtual dtor, and can be deleted by the base class. Kept pointless subclass ctors for the moment to hopefully combine with Initialize someday, though they need not do anything since the base class ctor nulls out m_pImpl. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1460883002 . --- xfa/include/fwl/basewidget/fwl_datetimepicker.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/include/fwl/basewidget/fwl_datetimepicker.h') diff --git a/xfa/include/fwl/basewidget/fwl_datetimepicker.h b/xfa/include/fwl/basewidget/fwl_datetimepicker.h index 754445dcbb..04ae8d9bba 100644 --- a/xfa/include/fwl/basewidget/fwl_datetimepicker.h +++ b/xfa/include/fwl/basewidget/fwl_datetimepicker.h @@ -102,6 +102,5 @@ class IFWL_DateTimePicker : public IFWL_Widget { protected: IFWL_DateTimePicker(); - virtual ~IFWL_DateTimePicker(); }; #endif -- cgit v1.2.3