added wx<TemplateListName>::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
This commit is contained in:
Vadim Zeitlin
1999-01-05 22:52:22 +00:00
parent b13d92d1c8
commit e2a3cc0c34

View File

@@ -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[]) \