]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
1. added wxTreeCtrl::GetLastChild (modified MSW, GTK, generic and docs)
[wxWidgets.git] / include / wx / utils.h
index 4cd16916d34d38863ca8ab8fe9f7eec56e9fb046..483e0caf07c84f753d2a600b07bbaa018d356633 100644 (file)
@@ -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(); }
 };