]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.cpp
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / mathed / MathMacroTemplate.cpp
index 82538e8d641542147ce0f2bc7bfbb538e13b37da..485a060244bf65cd61613f8560e96c41e1da3d7b 100644 (file)
@@ -1273,7 +1273,7 @@ docstring MathMacroTemplate::xhtml(XHTMLStream &, OutputParams const &) const
 int MathMacroTemplate::plaintext(odocstringstream & os,
                                 OutputParams const &, size_t) const
 {
-       static docstring const str = '[' + buffer().B_("math macro") + ']';
+       docstring const str = '[' + buffer().B_("math macro") + ']';
 
        os << str;
        return str.size();