]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dseldlg.cpp
Warning fix.
[wxWidgets.git] / src / common / dseldlg.cpp
index 7c3db4a41fe262b8da93f16b1a0c944a50d7d266..4f4144bd0aec01d451411eb7a29bb24d545c8e12 100644 (file)
 // 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,