]> git.saurik.com Git - wxWidgets.git/blob - include/wx/progdlg.h
use static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()
[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_