From 25051a4e6ec7dfe642250e345d3755ef337076c6 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 21 May 2026 20:06:36 -0700 Subject: [PATCH] fix msvc compile --- src/d/d_menu_map_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/d_menu_map_common.cpp b/src/d/d_menu_map_common.cpp index 6c8e0b76eb..4168673704 100644 --- a/src/d/d_menu_map_common.cpp +++ b/src/d/d_menu_map_common.cpp @@ -750,7 +750,7 @@ void dMenuMapCommon_c::debugIcon() { #if TARGET_PC static constexpr struct { - std::string stagename; + std::string_view stagename; u8 switch_no; s8 region_id; u8 save_id;