Removed some compiler warnings

--HG--
branch : feature
This commit is contained in:
BojanKverh 2016-07-19 19:02:20 +02:00
parent 1cf04118da
commit 02edbcc8d6

View file

@ -11,7 +11,7 @@ TextLine::TextLine()
//---------------------------------------------------------------------------------------------------------------------
VTextManager::VTextManager()
:m_liLines(), m_liOutput()
:m_font(), m_liLines(), m_liOutput()
{}
//---------------------------------------------------------------------------------------------------------------------