From a7c24ca48995cf2bf436156302f96b91bf135409 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Mon, 13 Nov 2017 15:03:31 +0100 Subject: Code modernize ... * replace 0/NULL with nullptr [using clang-tidy] --- protocols/SkypeWeb/src/skype_polling.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_polling.cpp') 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"); } -- cgit v1.2.3