remvoed wxFileDialogBase::m_parent as there is already one in wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -109,7 +109,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
wxString m_message;
|
wxString m_message;
|
||||||
long m_dialogStyle;
|
long m_dialogStyle;
|
||||||
wxWindow *m_parent;
|
|
||||||
wxString m_dir;
|
wxString m_dir;
|
||||||
wxString m_path; // Full path
|
wxString m_path; // Full path
|
||||||
wxString m_fileName;
|
wxString m_fileName;
|
||||||
|
@@ -34,8 +34,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxFileDialogBase, wxDialog)
|
|||||||
|
|
||||||
void wxFileDialogBase::Init()
|
void wxFileDialogBase::Init()
|
||||||
{
|
{
|
||||||
m_filterIndex = m_dialogStyle = 0;
|
m_filterIndex =
|
||||||
m_parent = NULL;
|
m_dialogStyle = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wxFileDialogBase::Create(wxWindow *parent,
|
bool wxFileDialogBase::Create(wxWindow *parent,
|
||||||
|
Reference in New Issue
Block a user