aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alcontext.h')
-rw-r--r--Alc/alcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/alcontext.h b/Alc/alcontext.h
index 77ba8910..42c29ecb 100644
--- a/Alc/alcontext.h
+++ b/Alc/alcontext.h
@@ -134,6 +134,7 @@ struct ALCcontext {
ALCcontext& operator=(const ALCcontext&) = delete;
~ALCcontext();
+ static constexpr inline const char *CurrentPrefix() noexcept { return "ALCcontext::"; }
DEF_NEWDEL(ALCcontext)
};