]> git.lyx.org Git - lyx.git/blobdiff - src/support/tostr.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / support / tostr.h
index 4ad4aa420198c44746b61609f30be409baeda3e2..573c2b8924d67c056aff70dd83ce1fcc96623e61 100644 (file)
@@ -28,6 +28,8 @@ string const tostr(int);
 ///
 string const tostr(unsigned int);
 ///
+string const tostr(long int);
+///
 string const tostr(double);
 ///
 string const tostr(string const & s);