]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / src / support / lstrings.h
index 036a91c566a3639be983accfc041cd58302d33cd..7b4751b020d0dddc9eb0807bdf4f804a23e62450 100644 (file)
@@ -282,6 +282,7 @@ template<> docstring bformat(docstring const & fmt, unsigned int arg1);
 template<> docstring bformat(docstring const & fmt, docstring arg1);
 template<> docstring bformat(docstring const & fmt, char * arg1);
 template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2);
+template<> docstring bformat(docstring const & fmt, docstring arg1, int arg2);
 template<> docstring bformat(docstring const & fmt, char const * arg1, docstring arg2);
 template<> docstring bformat(docstring const & fmt, int arg1, int arg2);
 template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2, docstring arg3);