]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.h
use more unicode in math
[features.git] / src / CutAndPaste.h
index a713bc30af918ef82e06088ad7fcc92327f6c152..6b6e6bb189ac060a100506ef241fc930fea53452 100644 (file)
@@ -69,11 +69,11 @@ void switchBetweenClasses(textclass_type c1, textclass_type c2,
                           InsetText & in, ErrorList &);
 
 ///
-std::string grabSelection(LCursor const & cur);
+docstring grabSelection(LCursor const & cur);
 ///
 void eraseSelection(LCursor & cur);
 ///
-std::string grabAndEraseSelection(LCursor & cur);
+docstring grabAndEraseSelection(LCursor & cur);
 // other selection methods
 ///
 void selCut(LCursor & cur);