]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / lstrings.h
index 3e1aae22cf34bc532f2d2f470cd69f78635f4a1e..67e840be32cada15a00184756263cc2c9d2dd6d7 100644 (file)
@@ -242,7 +242,7 @@ docstring wrap(docstring const & str, int const indent = 0,
 /// \param numlines Don't return more than numlines lines. If numlines
 ///    is 0, we return everything.
 docstring wrapParas(docstring const & str, int const indent = 0,
-                    size_t const width = 80, size_t const numlines = 10);
+                    size_t const width = 80, size_t const maxlines = 10);
 
 /// gives a vector of stringparts which have the delimiter delim
 /// If \p keepempty is true, empty strings will be pushed to the vector as well