wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitBase().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Oct 2010 23:51:14 +0000 (23:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 30 Oct 2010 23:51:14 +0000 (23:51 +0000)
commit2d4dcfe1a5883ac8cfe92c2d2963e347e8fed61b
tree036cd36f94e11fbd3ec9939211fcecd830efdd20
parentf7196178a5b6d29659a4133a8f76332250f9618a
wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitBase().

This wxWindowBase method can't access protected m_font member of another
wxWindow object -- but can access it in wxWindowBase object.

Closes #12358.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp