From 02edbcc8d6dac854250d94e06549fe14695c2bf0 Mon Sep 17 00:00:00 2001 From: BojanKverh Date: Tue, 19 Jul 2016 19:02:20 +0200 Subject: [PATCH] Removed some compiler warnings --HG-- branch : feature --- src/libs/vlayout/vtextmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/vlayout/vtextmanager.cpp b/src/libs/vlayout/vtextmanager.cpp index 115e2ec24..4d2bc9c68 100644 --- a/src/libs/vlayout/vtextmanager.cpp +++ b/src/libs/vlayout/vtextmanager.cpp @@ -11,7 +11,7 @@ TextLine::TextLine() //--------------------------------------------------------------------------------------------------------------------- VTextManager::VTextManager() - :m_liLines(), m_liOutput() + :m_font(), m_liLines(), m_liOutput() {} //---------------------------------------------------------------------------------------------------------------------