Fix crash again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -389,8 +389,6 @@ class WXDLLIMPEXP_ADV wxDataViewCtrl: public wxDataViewCtrlBase,
|
||||
public:
|
||||
wxDataViewCtrl() : wxScrollHelperNative(this)
|
||||
{
|
||||
//No sorting column at start, I think
|
||||
m_sortingColumn = NULL;
|
||||
Init();
|
||||
}
|
||||
|
||||
@@ -400,7 +398,6 @@ public:
|
||||
const wxValidator& validator = wxDefaultValidator )
|
||||
: wxScrollHelperNative(this)
|
||||
{
|
||||
m_sortingColumn = NULL;
|
||||
Create(parent, id, pos, size, style, validator );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user