From 0bd8abe58625b1ee9e4298d72b0d80b972cec09b Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 18 Mar 2005 08:50:14 +0000 Subject: [PATCH] wxbase bug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@32882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cursor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/cursor.h b/include/wx/cursor.h index fbb4ab7b2e..1a037b6f49 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -38,6 +38,9 @@ interfere with the state of wxIsBusy() -- RL */ + +#if wxUSE_GUI + class wxBusyCursorSuspender { public: @@ -56,5 +59,7 @@ public: } } }; +#endif + #endif // _WX_CURSOR_H_BASE_