From: Vadim Zeitlin Date: Tue, 5 Jan 1999 22:52:22 +0000 (+0000) Subject: added wx::Node typedef for the node corresponding to this list X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e2a3cc0c34b6a54a31bc684368740704453356b8 added wx::Node typedef for the node corresponding to this list git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/list.h b/include/wx/list.h index 6e8cda5940..1533a1a336 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -353,6 +353,8 @@ private: class WXDLLEXPORT name : public wxListBase \ { \ public: \ + typedef nodetype Node; \ + \ name(wxKeyType keyType = wxKEY_NONE) : wxListBase(keyType) \ { } \ name(size_t count, T *elements[]) \