wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.
[wxWidgets.git] / include / wx / progdlg.h
1 #ifndef _WX_PROGDLG_H_BASE_
2 #define _WX_PROGDLG_H_BASE_
3
4 #include "wx/defs.h"
5
6 #ifdef __WXPALMOS__
7 #include "wx/palmos/progdlg.h"
8 #else
9 #include "wx/generic/progdlgg.h"
10 #endif
11
12 #endif // _WX_PROGDLG_H_BASE_