]>
Commit | Line | Data |
---|---|---|
99d80019 JS |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/propdlg.h | |
3 | // Purpose: wxPropertySheetDialog base header | |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: | |
99d80019 JS |
7 | // Copyright: (c) Julian Smart |
8 | // Licence: wxWindows licence | |
9 | ///////////////////////////////////////////////////////////////////////////// | |
10 | ||
3c9287bb JS |
11 | #ifndef _WX_PROPDLG_H_BASE_ |
12 | #define _WX_PROPDLG_H_BASE_ | |
13 | ||
14 | #include "wx/generic/propdlg.h" | |
15 | ||
16 | #endif | |
17 | // _WX_PROPDLG_H_BASE_ | |
18 |