X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/057d323c632162872dd42e804e60d6f1c2d04ed9..43225e09fe12d942cf9e421ae7c469f9df4e2ef2:/include/wx/propform.h diff --git a/include/wx/propform.h b/include/wx/propform.h index 426bd05a52..255b85204b 100644 --- a/include/wx/propform.h +++ b/include/wx/propform.h @@ -12,13 +12,16 @@ #ifndef _WX_PROPFORM_H_ #define _WX_PROPFORM_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "propform.h" #endif #if wxUSE_PROPSHEET #include "wx/prop.h" +#include "wx/panel.h" + +class WXDLLEXPORT wxPropertyFormView; //// //// Property form classes: for using an existing dialog or panel