diff options
Diffstat (limited to 'alc/alcontext.h')
-rw-r--r-- | alc/alcontext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/alcontext.h b/alc/alcontext.h index f30a4bd0..c91d0a21 100644 --- a/alc/alcontext.h +++ b/alc/alcontext.h @@ -50,6 +50,8 @@ struct ALcontextProps { DistanceModel mDistanceModel; std::atomic<ALcontextProps*> next; + + DEF_NEWDEL(ALcontextProps) }; |