Correction on commit #78099

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2014-11-11 07:46:00 +00:00
parent 89738ef01f
commit 3cb2392abc

View File

@ -762,7 +762,7 @@ bool wxFont::GetStrikethrough() const
return M_FONTDATA->m_nativeFontInfo.GetStrikethrough();
}
#if defined( __WXX11__ ) && !defined( wxUSE_PANGO )
#if defined( __WXX11__ ) && ( wxUSE_PANGO == 0 )
bool wxNativeFontInfo::GetStrikethrough() const
{
return false;