]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Revert "Objective-C compililation support with cmake and C++11"
[lyx.git] / src / BiblioInfo.cpp
index a50a865318485004bf338002b4a89425ed8a7710..7c776109655018c4af8516b5866a4be1c16fb7e1 100644 (file)
@@ -472,7 +472,7 @@ docstring BibTeXInfo::expandFormat(docstring const & format,
                docstring before, docstring after, docstring dialog, bool next) const
 {
        // incorrect use of macros could put us in an infinite loop
-       static int max_passes = 5000;
+       static int const max_passes = 5000;
        // the use of overly large keys can lead to performance problems, due
        // to eventual attempts to convert LaTeX macros to unicode. See bug
        // #8944. This is perhaps not the best solution, but it will have to