mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #341 Use in-class initialization for m_playerLocal and m_playerUser
This commit is contained in:
@@ -27,8 +27,6 @@ namespace BlackSimPlugin
|
||||
m_mutexHostList(QMutex::Recursive),
|
||||
m_callbackWrapper(this, &CDirectPlayPeer::directPlayMessageHandler)
|
||||
{
|
||||
m_playerLocal = 0;
|
||||
m_playerUser = 0;
|
||||
}
|
||||
|
||||
CDirectPlayPeer::~CDirectPlayPeer()
|
||||
|
||||
Reference in New Issue
Block a user