// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "filedlg.h"
#endif
IMPLEMENT_DYNAMIC_CLASS(wxFileDialogBase, wxDialog)
+wxFileDialogBase::wxFileDialogBase ()
+{
+}
+
wxFileDialogBase::wxFileDialogBase(wxWindow *parent,
const wxString& message,
const wxString& defaultDir,
const wxString& defaultFile,
const wxString& wildCard,
long style,
- const wxPoint& pos)
+ const wxPoint& WXUNUSED(pos))
{
m_parent = parent;
m_message = message;