]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treectrl.h
Removed LastError() from wxFilterStream
[wxWidgets.git] / include / wx / treectrl.h
index 799425a95fe335cb6b22e91a25c42494af899f18..8bd9bdd3d46ce782c96c2054abc833e2b9ab3cea 100644 (file)
 
 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);