Fix clang warnings in Ubuntu

This commit is contained in:
Andrew Lanzone 2025-07-31 22:13:56 -07:00
parent 59aba3ae7e
commit 666f154082

View File

@ -14,7 +14,7 @@ namespace MWGui
: WindowBase("openmw_inventory_tabs.layout")
{
MyGUI::Button* tab;
constexpr char* kTabIds[] = { "TabMap", "TabInventory", "TabSpells", "TabStats" };
static const char* kTabIds[] = { "TabMap", "TabInventory", "TabSpells", "TabStats" };
for (const char* id : kTabIds)
{