From 505d0768f8392e3c4775425dd97f41e1c829ef44 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 30 Apr 2016 18:23:42 +0100 Subject: Apply clang-tidy: modernize-use-nullptr --- src/modules/torrent/TorrentInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/torrent/TorrentInterface.cpp') diff --git a/src/modules/torrent/TorrentInterface.cpp b/src/modules/torrent/TorrentInterface.cpp index 4752ca9c0..ba6f053a2 100644 --- a/src/modules/torrent/TorrentInterface.cpp +++ b/src/modules/torrent/TorrentInterface.cpp @@ -28,4 +28,4 @@ #include "KviLocale.h" -TorrentInterface * TorrentInterface::m_selected = 0; +TorrentInterface * TorrentInterface::m_selected = nullptr; -- cgit v1.3.1-10-gc9f91