Skip to content

Commit

Permalink
fix macos bild
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-os committed Nov 28, 2018
1 parent 94e01a8 commit 3c0d92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/style.cpp
Expand Up @@ -2140,7 +2140,7 @@ bool MStyle::readStyleValCompat(XmlReader& e)

bool MStyle::readTextStyleValCompat(XmlReader& e)
{
constexpr std::array<std::pair<const char*, FontStyle>, 3> styleNamesEndings {{
static const std::array<std::pair<const char*, FontStyle>, 3> styleNamesEndings {{
{ "FontBold", FontStyle::Bold },
{ "FontItalic", FontStyle::Italic },
{ "FontUnderline", FontStyle::Underline }
Expand Down

0 comments on commit 3c0d92f

Please sign in to comment.