mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 12:25:17 -04:00
Fix clang warnings in Ubuntu
This commit is contained in:
parent
59aba3ae7e
commit
666f154082
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user