diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_polling.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_polling.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp index 00b6c4e57b..4325632571 100644 --- a/protocols/SkypeWeb/src/skype_polling.cpp +++ b/protocols/SkypeWeb/src/skype_polling.cpp @@ -64,8 +64,8 @@ void CSkypeProto::PollingThread(void*) SetStatus(ID_STATUS_OFFLINE);
}
}
- m_hPollingThread = NULL;
- m_pollingConnection = NULL;
+ m_hPollingThread = nullptr;
+ m_pollingConnection = nullptr;
debugLogA(__FUNCTION__ ": leaving");
}
|