X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/babc97583e1280ac0992ca8e3dbd7604e2d3963b..bffc1eaaf5095cc89930e6b3ece73991294beddd:/include/wx/generic/treelay.h diff --git a/include/wx/generic/treelay.h b/include/wx/generic/treelay.h index c6c5185c03..f4a90e808e 100644 --- a/include/wx/generic/treelay.h +++ b/include/wx/generic/treelay.h @@ -93,12 +93,12 @@ public: * A version of wxTreeLayout with storage for nodes */ -class WXDLLEXPORT wxLayoutTreeStored: public wxTreeLayout +class WXDLLEXPORT wxTreeLayoutStored: public wxTreeLayout { - DECLARE_DYNAMIC_CLASS(wxLayoutTreeStored) + DECLARE_DYNAMIC_CLASS(wxTreeLayoutStored) public: - wxLayoutTreeStored(int noNodes = 200); - ~wxLayoutTreeStored(void); + wxTreeLayoutStored(int noNodes = 200); + ~wxTreeLayoutStored(void); void Initialize(int n); wxString HitTest(wxMouseEvent& event, wxDC& dc); @@ -131,7 +131,7 @@ private: }; // For backward compatibility -#define wxStoredTree wxLayoutTreeStored +#define wxStoredTree wxTreeLayoutStored #endif // _WX_TREELAY_H_