diff options
Diffstat (limited to 'alc/context.h')
-rw-r--r-- | alc/context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/context.h b/alc/context.h index c626160b..b3f548c8 100644 --- a/alc/context.h +++ b/alc/context.h @@ -146,7 +146,7 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext>, ContextBase { ALDEBUGPROCSOFT mDebugCb{}; void *mDebugParam{nullptr}; std::vector<uint> mDebugFilters; - std::unordered_map<uint,std::vector<uint>> mDebugIdFilters; + std::vector<uint64_t> mDebugIdFilters; std::deque<LogEntry> mDebugLog; ALlistener mListener{}; |