From: Włodzimierz Skiba Date: Mon, 29 Nov 2004 12:44:11 +0000 (+0000) Subject: Include fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/86a9d4454599e76d5a8e3428411a37dd8f9f3a7f Include fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 87ee5ef32b..a8e7ef7ce6 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -241,7 +241,7 @@ private: // make a default book control for given platform #if defined(__WXMSW__) && defined(__SMARTPHONE__) - #include "wx/choicebook.h" + #include "wx/choicebk.h" #define wxBookCtrl wxChoicebook #define wxBookCtrlEvent wxChoicebookEvent #define wxEVT_COMMAND_BOOKCTRL_PAGE_CHANGED wxEVT_COMMAND_CHOICEBOOK_PAGE_CHANGED