projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor header cleaning.
[wxWidgets.git]
/
src
/
common
/
dseldlg.cpp
diff --git
a/src/common/dseldlg.cpp
b/src/common/dseldlg.cpp
index 40b10ce73b076c5215af7514dea7317f14ad75a6..dcb24529514195e116ab2b613974d826e88fcdf8 100644
(file)
--- a/
src/common/dseldlg.cpp
+++ b/
src/common/dseldlg.cpp
@@
-24,12
+24,12
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
-#endif //WX_PRECOMP
+#if wxUSE_DIRDLG
#include "wx/dirdlg.h"
#include "wx/dirdlg.h"
-#if wxUSE_DIRDLG
+#ifndef WX_PRECOMP
+#endif //WX_PRECOMP
// ============================================================================
// implementation
// ============================================================================
// implementation
@@
-53,4
+53,3
@@
wxString wxDirSelector(const wxString& message,
}
#endif // wxUSE_DIRDLG
}
#endif // wxUSE_DIRDLG
-