GetFont doesn't return reference anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-06-23 15:30:37 +00:00
parent 5369a0543e
commit daa38c004f

View File

@ -294,7 +294,7 @@ bool wxRadioBox::Create(wxWindow *parent,
m_radioHeight = new int[n];
WXHFONT hfont = 0;
wxFont& font = GetFont();
wxFont font = GetFont();
if ( font.Ok() )
{
hfont = font.GetResourceHandle();