From eec54048d98c42e4e9b7a508132abea6203e9ff1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Feb 2005 13:47:42 +0000 Subject: [PATCH] define wxList::compatibility_iterator for forward compatibility with 2.5 (patch 1078566) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@32173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/list.h b/include/wx/list.h index ed182de01f..2b4f642d54 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -402,6 +402,7 @@ private: { \ public: \ typedef nodetype Node; \ + typedef Node* compatibility_iterator; \ \ name(wxKeyType keyType = wxKEY_NONE) : wxListBase(keyType) \ { } \