]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.cpp
style
[lyx.git] / src / Changes.cpp
index d24df403ccf07f478d54792b71cc781aac711466..d03a371d937b6ff815506b9b4decaf883e2bb20b 100644 (file)
@@ -348,6 +348,7 @@ docstring getLaTeXMarkup(docstring const & macro, docstring const & author,
        if (macro.empty())
                return docstring();
 
+       // FIXME THREAD
        static docstring warned_author = docstring();
        docstring uncodable_author = warned_author;
        odocstringstream ods;