From cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Mar 2026 22:24:16 +0000 Subject: Switch typedefs to using statements. --- include/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/timer.h') diff --git a/include/timer.h b/include/timer.h index 2b8e91eb8..ae9f5b272 100644 --- a/include/timer.h +++ b/include/timer.h @@ -120,7 +120,7 @@ public: */ class CoreExport TimerManager final { - typedef std::multimap TimerMap; + using TimerMap = std::multimap; /** A list of all pending timers */ -- cgit v1.3.1-10-gc9f91