mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 13:25:53 -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")
|
: WindowBase("openmw_inventory_tabs.layout")
|
||||||
{
|
{
|
||||||
MyGUI::Button* tab;
|
MyGUI::Button* tab;
|
||||||
constexpr char* kTabIds[] = { "TabMap", "TabInventory", "TabSpells", "TabStats" };
|
static const char* kTabIds[] = { "TabMap", "TabInventory", "TabSpells", "TabStats" };
|
||||||
|
|
||||||
for (const char* id : kTabIds)
|
for (const char* id : kTabIds)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user