summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-07 21:47:14 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-07 21:47:14 +0300
commit24149e9e343dd5e507d2b4e879df55c692fbf9d1 (patch)
tree9caa75a85a3676acc02636c38f7d3e494bd10a4a /src/gui/widgets/tabs
parent28f62ac9504bc5e912cd94c302295d4dcc47e41c (diff)
downloadplus-24149e9e343dd5e507d2b4e879df55c692fbf9d1.tar.gz
plus-24149e9e343dd5e507d2b4e879df55c692fbf9d1.tar.bz2
plus-24149e9e343dd5e507d2b4e879df55c692fbf9d1.tar.xz
plus-24149e9e343dd5e507d2b4e879df55c692fbf9d1.zip
Remove static in anonimouse namespaces.
Diffstat (limited to 'src/gui/widgets/tabs')
-rw-r--r--src/gui/widgets/tabs/tab.cpp2
1 files changed, 1 insertions, 1 deletions
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",