]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
more cleanup:
[lyx.git] / src / CutAndPaste.h
index 332e414002b322570e2844bc3ad516229b7721da..eb6aded2e23dc70804298cdef429184333ee7d7b 100644 (file)
@@ -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);