Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopkornium18 <mail@popkornium18.de>2020-06-28 01:48:14 +0300
committerPopkornium18 <mail@popkornium18.de>2020-06-28 20:04:27 +0300
commit691c38736a7061e5d8f39f2b0f47e8eb3eecc228 (patch)
treeab6e1b4ce20d8662c294d18a2569a7602b60d38a /plugins/ut2004
parentfd8386a20641fe521803e3d5bfddc9a79cb0fef2 (diff)
REFAC(plugins): replace NULL with nullptr
This changes all occurances of NULL in the plugins source dir to nullptr. Additionally explicit comparisons with NULL were removed.
Diffstat (limited to 'plugins/ut2004')
-rw-r--r--plugins/ut2004/ut2004.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ut2004/ut2004.cpp b/plugins/ut2004/ut2004.cpp
index 766d79005..33ea5bd23 100644
--- a/plugins/ut2004/ut2004.cpp
+++ b/plugins/ut2004/ut2004.cpp
@@ -107,8 +107,8 @@ static MumblePlugin ut2004plug = {
MUMBLE_PLUGIN_MAGIC,
description,
shortname,
- NULL,
- NULL,
+ nullptr,
+ nullptr,
trylock1,
generic_unlock,
longdesc,