fixed wxBusyCursor privacy bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d207a81e7d
commit
816e2c288c
@ -198,6 +198,7 @@ WXDLLEXPORT bool wxIsBusy(void);
|
||||
// Convenience class so we can just create a wxBusyCursor object on the stack
|
||||
class WXDLLEXPORT wxBusyCursor
|
||||
{
|
||||
public:
|
||||
inline wxBusyCursor(wxCursor* cursor = wxHOURGLASS_CURSOR) { wxBeginBusyCursor(cursor); }
|
||||
inline ~wxBusyCursor() { wxEndBusyCursor(); }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user