]> git.saurik.com Git - wxWidgets.git/commit
No changes, just make wxAUI SetActivePane() a member function.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Mar 2012 20:31:29 +0000 (20:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Mar 2012 20:31:29 +0000 (20:31 +0000)
commitfc5a609912bb8c692ff32e782f244c028116706f
tree9a53999560e7821d4b9b23d61d3a79375a21a1f4
parent87381108c8fec7ed144e813ab91fd46f50f691a3
No changes, just make wxAUI SetActivePane() a member function.

Make a global function a member one as it uses member variables and it's
easier to use them directly instead of passing the object pointer to it all
the time.

See #14026.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/aui/framemanager.h
src/aui/framemanager.cpp