]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fldlgcmn.cpp
added wxMBConv::Clone() to be able to copy conversion objects polymorphically
[wxWidgets.git] / src / common / fldlgcmn.cpp
index 45091bda8f707dc5eec9df12b7f2a07ae4f817af..89de49cea486cc3358de6b58811595f39bd796f7 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "filedlg.h"
-#endif
-
 #ifdef __BORLANDC__
 #pragma hdrstop
 #endif
@@ -38,8 +34,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxFileDialogBase, wxDialog)
 
 void wxFileDialogBase::Init()
 {
-    m_filterIndex = m_dialogStyle = 0;
-    m_parent = NULL;
+    m_filterIndex =
+    m_dialogStyle = 0;
 }
 
 bool wxFileDialogBase::Create(wxWindow *parent,