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:
authorMikkel Krautz <mikkel@krautz.dk>2017-01-22 18:37:32 +0300
committerGitHub <noreply@github.com>2017-01-22 18:37:32 +0300
commit98349a1b332f22337ff8b02e68e344db15b4f6e1 (patch)
treed2e12b3f6ff3436a4b976b3e3e72273d7669e828 /plugins/gw
parent12b9c9b9845058f0f6caf7ac603b1d82d67c41cb (diff)
parent6096b74a1c42cfeaca9cde5df76a21fc3174f167 (diff)
Merge PR #2755: plugins: Fix visibility, warnings and errors when compiled with MinGW
Diffstat (limited to 'plugins/gw')
-rw-r--r--plugins/gw/gw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gw/gw.cpp b/plugins/gw/gw.cpp
index fa6e46dfd..add9ea94a 100644
--- a/plugins/gw/gw.cpp
+++ b/plugins/gw/gw.cpp
@@ -112,7 +112,7 @@ static bool calcout(float *pos, float *front, float *cam, float *camfront, float
static bool refreshPointers(void)
{
- frontptr = NULL;
+ frontptr = 0;
frontptr = peekProc<procptr32_t>(frontptr_);
if (!frontptr)