diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-07 21:47:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-07 21:47:14 +0300 |
commit | 24149e9e343dd5e507d2b4e879df55c692fbf9d1 (patch) | |
tree | 9caa75a85a3676acc02636c38f7d3e494bd10a4a /src/gui/widgets/emotepage.cpp | |
parent | 28f62ac9504bc5e912cd94c302295d4dcc47e41c (diff) | |
download | mv-24149e9e343dd5e507d2b4e879df55c692fbf9d1.tar.gz mv-24149e9e343dd5e507d2b4e879df55c692fbf9d1.tar.bz2 mv-24149e9e343dd5e507d2b4e879df55c692fbf9d1.tar.xz mv-24149e9e343dd5e507d2b4e879df55c692fbf9d1.zip |
Remove static in anonimouse namespaces.
Diffstat (limited to 'src/gui/widgets/emotepage.cpp')
-rw-r--r-- | src/gui/widgets/emotepage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/emotepage.cpp b/src/gui/widgets/emotepage.cpp index 459e386a4..88f4addd4 100644 --- a/src/gui/widgets/emotepage.cpp +++ b/src/gui/widgets/emotepage.cpp @@ -34,8 +34,8 @@ namespace { - static const unsigned int emoteWidth = 17; - static const unsigned int emoteHeight = 18; + const unsigned int emoteWidth = 17; + const unsigned int emoteHeight = 18; } // namespace EmotePage::EmotePage(const Widget2 *const widget) : |