]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
Remove non-copyable idioms
[lyx.git] / src / support / lstrings.h
index 269b5a656484f0b8de6f121dd1e3b22c054ff87c..ac310c59c43dcc598e6a6016c447e91a0bc274d2 100644 (file)
@@ -357,6 +357,9 @@ docstring bformat(docstring const & fmt, Arg1, Arg2, Arg3, Arg4);
 
 template<> docstring bformat(docstring const & fmt, int arg1);
 template<> docstring bformat(docstring const & fmt, long arg1);
+#ifdef LYX_USE_LONG_LONG
+template<> docstring bformat(docstring const & fmt, long long arg1);
+#endif
 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);