mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #356 Fixed GCC error and warning.
This commit is contained in:
committed by
Roland Winklmeier
parent
ab98009996
commit
67730aa727
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user