]> git.saurik.com Git - wxWidgets.git/commit
Fixed compilation of sources that make use of wx/univ/notebook.h.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 23 Aug 2011 02:18:41 +0000 (02:18 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 23 Aug 2011 02:18:41 +0000 (02:18 +0000)
commitf340c9ca881e8c441dceb500a1ea824325439e90
treedb30286a9874bb28e98430b7b495bd45a8355e99
parent34532177aacdd464f5b968b278653752322241aa
Fixed compilation of sources that make use of wx/univ/notebook.h.

wxUniv's wxNotebook was accessing m_imageList which now is a private in wxWithImages since r68809. Fixed by using wxWithImages::HasImageList.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/notebook.h