aboutsummaryrefslogtreecommitdiffstats
path: root/alc/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/events.cpp')
-rw-r--r--alc/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/events.cpp b/alc/events.cpp
index 6c91261c..a80faf8a 100644
--- a/alc/events.cpp
+++ b/alc/events.cpp
@@ -70,7 +70,7 @@ FORCE_ALIGN ALCboolean ALC_APIENTRY alcEventControlSOFT(ALCsizei count, const AL
return ALC_FALSE;
}
- std::bitset<al::to_underlying(alc::EventType::Count)> eventSet{0};
+ alc::EventBitSet eventSet{0};
for(ALCenum type : al::span{events, static_cast<ALCuint>(count)})
{
auto etype = GetEventType(type);