]> git.saurik.com Git - wxWidgets.git/commitdiff
added wx<TemplateListName>::Node typedef for the node corresponding to this list
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Jan 1999 22:52:22 +0000 (22:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 5 Jan 1999 22:52:22 +0000 (22:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index 6e8cda59400bc4c161bdeebdf3737db4d0854d73..1533a1a3362141bc4cc414caaa4833cc20d6d828 100644 (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[])                                   \