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/gw
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/gw')
-rw-r--r--plugins/gw/gw.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gw/gw.cpp b/plugins/gw/gw.cpp
index 6618912da..84b131a66 100644
--- a/plugins/gw/gw.cpp
+++ b/plugins/gw/gw.cpp
@@ -207,8 +207,8 @@ static MumblePlugin gwplug = {
MUMBLE_PLUGIN_MAGIC,
description,
shortname,
- NULL,
- NULL,
+ nullptr,
+ nullptr,
trylock1,
generic_unlock,
longdesc,