]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing virtual for overidden function
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 6 Jan 2002 14:12:11 +0000 (14:12 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 6 Jan 2002 14:12:11 +0000 (14:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index 00d6126db2870bc16b7b1fb87cdfc501f19824e5..ef40e6d6f1de48ad9eb9992c94427b6539837416 100644 (file)
@@ -440,7 +440,7 @@ private:
             { wxListBase::Sort((wxSortCompareFunction)func); }              \
                                                                             \
     protected:                                                              \
-        wxNodeBase *CreateNode(wxNodeBase *prev, wxNodeBase *next,          \
+        virtual wxNodeBase *CreateNode(wxNodeBase *prev, wxNodeBase *next,  \
                                void *data,                                  \
                                const wxListKey& key = wxDefaultListKey)     \
             {                                                               \