added missing conditional compilation test for wxUSE_PROPSHEET

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-07-21 05:23:06 +00:00
parent 4b6480c8eb
commit 057d323c63
3 changed files with 15 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
#pragma interface "propform.h"
#endif
#if wxUSE_PROPSHEET
#include "wx/prop.h"
////
@@ -324,5 +326,8 @@ private:
DECLARE_CLASS(wxPropertyFormFrame)
};
#endif
// wxUSE_PROPSHEET
#endif
// _WX_PROPFORM_H_