X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=eb6aded2e23dc70804298cdef429184333ee7d7b;hb=2c832e6578ae146a2b51967cbc78cd640959f196;hp=332e414002b322570e2844bc3ad516229b7721da;hpb=61c43883ba1b97e0d7f21cbd275a7b9c0cec9de5;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index 332e414002..eb6aded2e2 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -44,7 +44,7 @@ void cutSelection(LCursor & cur, bool doclear, bool realcut); * the new string. When \c backwards == false, set anchor before * cursor; otherwise set cursor before anchor. */ -void replaceSelectionWithString(LCursor & cur, std::string const & str, +void replaceSelectionWithString(LCursor & cur, docstring const & str, bool backwards); /// replace selection helper void replaceSelection(LCursor & cur);