From 24149e9e343dd5e507d2b4e879df55c692fbf9d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 7 Jun 2017 21:47:14 +0300 Subject: Remove static in anonimouse namespaces. --- src/gui/widgets/tabs/tab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs') diff --git a/src/gui/widgets/tabs/tab.cpp b/src/gui/widgets/tabs/tab.cpp index a4a2f583b..36c2a3f40 100644 --- a/src/gui/widgets/tabs/tab.cpp +++ b/src/gui/widgets/tabs/tab.cpp @@ -88,7 +88,7 @@ float Tab::mAlpha = 1.0; namespace { - static std::string const data[Tab::TAB_COUNT] = + std::string const data[Tab::TAB_COUNT] = { "tab.xml", "tab_highlighted.xml", -- cgit v1.2.3-60-g2f50