refs #356 Fixed GCC error and warning.

This commit is contained in:
Mathew Sutcliffe
2015-03-17 00:32:00 +00:00
committed by Roland Winklmeier
parent ab98009996
commit 67730aa727
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ namespace BlackSimPlugin
CFs9Client::CFs9Client(
BlackCore::IInterpolator *interpolator, QObject *owner, const QString &callsign, const CTime &updateInterval) :
CDirectPlayPeer(owner, callsign),
m_interpolator(interpolator), m_updateInterval(updateInterval)
m_updateInterval(updateInterval), m_interpolator(interpolator)
{
}