X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a3bdee6a979146c426cd058e9bfe6b58135b124..036971cc8c5282769c60b3c5afed80ccb50e8a14:/contrib/include/wx/deprecated/treelay.h diff --git a/contrib/include/wx/deprecated/treelay.h b/contrib/include/wx/deprecated/treelay.h index a87818356e..ad1a266662 100644 --- a/contrib/include/wx/deprecated/treelay.h +++ b/contrib/include/wx/deprecated/treelay.h @@ -28,7 +28,7 @@ class wxMouseEvent; #if wxUSE_TREELAYOUT -class WXDLLEXPORT wxTreeLayout: public wxObject +class WXDLLIMPEXP_DEPRECATED wxTreeLayout: public wxObject { public: wxTreeLayout(); @@ -89,7 +89,7 @@ private: DECLARE_ABSTRACT_CLASS(wxTreeLayout) }; -class WXDLLEXPORT wxStoredNode +class WXDLLIMPEXP_DEPRECATED wxStoredNode { public: wxString m_name; @@ -103,7 +103,7 @@ public: * A version of wxTreeLayout with storage for nodes */ -class WXDLLEXPORT wxTreeLayoutStored: public wxTreeLayout +class WXDLLIMPEXP_DEPRECATED wxTreeLayoutStored: public wxTreeLayout { public: wxTreeLayoutStored(int noNodes = 200);