From a02f7807ce4899bcd5b112b050ba2f8917f21805 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 10 Aug 2006 12:43:38 +0000 Subject: [PATCH] Need include so user code can access book control git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/propdlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/generic/propdlg.h b/include/wx/generic/propdlg.h index f2fcbaf..282a250 100644 --- a/include/wx/generic/propdlg.h +++ b/include/wx/generic/propdlg.h @@ -16,7 +16,7 @@ #if wxUSE_BOOKCTRL -class WXDLLEXPORT wxBookCtrlBase; +#include "wx/bookctrl.h" //----------------------------------------------------------------------------- // wxPropertySheetDialog -- 2.7.4