wxbase bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@32882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2005-03-18 08:50:14 +00:00
parent eec54048d9
commit 0bd8abe586

View File

@@ -38,6 +38,9 @@
interfere with the state of wxIsBusy() -- RL interfere with the state of wxIsBusy() -- RL
*/ */
#if wxUSE_GUI
class wxBusyCursorSuspender class wxBusyCursorSuspender
{ {
public: public:
@@ -56,5 +59,7 @@ public:
} }
} }
}; };
#endif
#endif #endif
// _WX_CURSOR_H_BASE_ // _WX_CURSOR_H_BASE_