X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..39987096b3aa3e1bec4f69a5793780f7ea2dd914:/src/common/dseldlg.cpp diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 7c3db4a41f..4f4144bd0a 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "dseldlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -39,7 +35,7 @@ // implementation // ============================================================================ -const wxChar *wxDirSelectorPromptStr = wxT("Select a directory"); +const wxChar wxDirSelectorPromptStr[] = wxT("Select a directory"); wxString wxDirSelector(const wxString& message, const wxString& defaultPath,