// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "filedlg.h"
-#endif
-
#ifdef __BORLANDC__
#pragma hdrstop
#endif
void wxFileDialogBase::Init()
{
- m_filterIndex = m_dialogStyle = 0;
- m_parent = NULL;
+ m_filterIndex =
+ m_dialogStyle = 0;
}
bool wxFileDialogBase::Create(wxWindow *parent,