aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/context.h b/alc/context.h
index 58a70184..d93d63d6 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -148,6 +148,7 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext>, ContextBase {
void setError(ALenum errorCode, const char *msg, ...);
/* Process-wide current context */
+ static std::atomic<bool> sGlobalContextLock;
static std::atomic<ALCcontext*> sGlobalContext;
private: