Fix warning with unused private members in CInterpolator

refs #92
This commit is contained in:
Roland Winklmeier
2014-02-08 11:01:32 +01:00
parent f6a1b83042
commit 3022c7c0e0

View File

@@ -19,6 +19,8 @@ namespace BlackCore
*/
CInterpolator::CInterpolator() : m_state_begin(0), m_state_end(0)
{
Q_UNUSED(m_valid)
Q_UNUSED(m_timeBegin)
m_time.start();
}