Remove the apparently unneeded wxPGPropArgCls default ctor.

This ctor didn't initialize the flags correctly and could result in a crash
when a default constructed object was destroyed.

Closes #15174.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-05-01 20:53:17 +00:00
parent 48afbebbf7
commit 951b385ad8

View File

@@ -29,7 +29,6 @@
class WXDLLIMPEXP_PROPGRID wxPGPropArgCls class WXDLLIMPEXP_PROPGRID wxPGPropArgCls
{ {
public: public:
wxPGPropArgCls() { }
wxPGPropArgCls( const wxPGProperty* property ) wxPGPropArgCls( const wxPGProperty* property )
{ {
m_ptr.property = (wxPGProperty*) property; m_ptr.property = (wxPGProperty*) property;