]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
add the background image to distribution tarball
[lyx.git] / src / BiblioInfo.cpp
index 2460c487d0323acfcadc7d6aa1f26a38530e501a..a50a865318485004bf338002b4a89425ed8a7710 100644 (file)
@@ -477,7 +477,7 @@ docstring BibTeXInfo::expandFormat(docstring const & format,
        // to eventual attempts to convert LaTeX macros to unicode. See bug
        // #8944. This is perhaps not the best solution, but it will have to
        // do for now.
-       static size_t max_keysize = 128;
+       static size_t const max_keysize = 128;
        odocstringstream ret; // return value
        string key;
        bool scanning_key = false;