From bfe766cd574985465fe1a9f4cffa388ca9ca1f9b Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Fri, 5 May 2023 13:37:50 -0700
Subject: Use some more standard functions

---
 al/event.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'al/event.cpp')

diff --git a/al/event.cpp b/al/event.cpp
index acb4958a..33e28412 100644
--- a/al/event.cpp
+++ b/al/event.cpp
@@ -50,7 +50,7 @@ static int EventThread(ALCcontext *context)
             evt_data.len -= 1;
 
             AsyncEvent evt{*evt_ptr};
-            al::destroy_at(evt_ptr);
+            std::destroy_at(evt_ptr);
             ring->readAdvance(1);
 
             quitnow = evt.EnumType == AsyncEvent::KillThread;
-- 
cgit v1.2.3