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:17:36 +0300
committerPopkornium18 <mail@popkornium18.de>2020-06-28 20:04:21 +0300
commitfd8386a20641fe521803e3d5bfddc9a79cb0fef2 (patch)
tree0e0878a138f6de0d5b29ac93befaf34a01e12ec5 /overlay/overlay_whitelist.h
parent2caae7960e3da0aac943c3eac82b55420c4a2721 (diff)
REFAC(overlay): replace NULL with nullptr
This changes all occurances of NULL in the overlay source dir to nullptr. Additionally explicit comparisons with NULL were removed.
Diffstat (limited to 'overlay/overlay_whitelist.h')
-rw-r--r--overlay/overlay_whitelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/overlay_whitelist.h b/overlay/overlay_whitelist.h
index 0075936a0..614908473 100644
--- a/overlay/overlay_whitelist.h
+++ b/overlay/overlay_whitelist.h
@@ -11,7 +11,7 @@ static const char *overlayWhitelist[] = {
"gw2.exe",
"gw2-64.exe",
- NULL
+ nullptr
};
#endif