added semicolons after wxCHECK()s (part of patch 1450705)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -757,7 +757,7 @@ GdkFont *wxFont::GetInternalFont( float scale ) const
|
||||
{
|
||||
GdkFont *font = (GdkFont *) NULL;
|
||||
|
||||
wxCHECK_MSG( Ok(), font, wxT("invalid font") )
|
||||
wxCHECK_MSG( Ok(), font, wxT("invalid font") );
|
||||
|
||||
long int_scale = long(scale * 100.0 + 0.5); // key for fontlist
|
||||
int point_scale = (int)((M_FONTDATA->m_pointSize * 10 * int_scale) / 100);
|
||||
|
Reference in New Issue
Block a user