Index: xfa/src/fwl/src/core/include/fwl_panelimp.h |
diff --git a/xfa/src/fwl/src/core/include/fwl_panelimp.h b/xfa/src/fwl/src/core/include/fwl_panelimp.h |
index 508c4bb7678f65ca0ce27f0cd1148fe35cdfbf72..be42d9560c88071eb2748347e521c51df5603c2e 100644 |
--- a/xfa/src/fwl/src/core/include/fwl_panelimp.h |
+++ b/xfa/src/fwl/src/core/include/fwl_panelimp.h |
@@ -13,9 +13,8 @@ class IFWL_Content; |
class CFWL_PanelImp; |
class CFWL_PanelImp : public CFWL_WidgetImp { |
public: |
- CFWL_PanelImp(IFWL_Widget* pOuter = NULL); |
CFWL_PanelImp(const CFWL_WidgetImpProperties& properties, |
- IFWL_Widget* pOuter = NULL); |
+ IFWL_Widget* pOuter); |
virtual ~CFWL_PanelImp(); |
virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const; |
virtual FX_DWORD GetClassID() const; |