Initialize m_face in constructor PVS V730

This commit is contained in:
Marek Roszko 2022-02-05 11:36:02 -05:00
parent b9f1aaf029
commit 18eda73f60
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ using namespace KIFONT;
FT_Library OUTLINE_FONT::m_freeType = nullptr;
OUTLINE_FONT::OUTLINE_FONT() :
m_face(NULL),
m_faceSize( 16 )
{
if( !m_freeType )