]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove the apparently unneeded wxPGPropArgCls default ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 May 2013 20:53:17 +0000 (20:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 May 2013 20:53:17 +0000 (20:53 +0000)
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

include/wx/propgrid/propgridiface.h

index 9cc773d493101fd6677b6f08544be526966521f0..0f894632b2ef80d8aad43f69433a5b8e97f62b06 100644 (file)
@@ -29,7 +29,6 @@
 class WXDLLIMPEXP_PROPGRID wxPGPropArgCls
 {
 public:
-    wxPGPropArgCls() { }
     wxPGPropArgCls( const wxPGProperty* property )
     {
         m_ptr.property = (wxPGProperty*) property;