X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1777b9bbf4573dabecf4a3256d0d3c2c0c2a3fdf..799a341cc390e42c04b5705e316a406ee9bc713d:/include/wx/treectrl.h diff --git a/include/wx/treectrl.h b/include/wx/treectrl.h index 799425a95f..8bd9bdd3d4 100644 --- a/include/wx/treectrl.h +++ b/include/wx/treectrl.h @@ -41,7 +41,12 @@ class WXDLLEXPORT wxTreeEvent : public wxNotifyEvent { -friend wxTreeCtrl; +#ifdef __MWERKS__ + friend class wxTreeCtrl; +#else + friend wxTreeCtrl; +#endif + public: wxTreeEvent(wxEventType commandType = wxEVT_NULL, int id = 0);