]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.h
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / CutAndPaste.h
index 4acfbd8341fbe9cb461d4a7f5de9f02252696da1..bb94d8323408f6018194943ff993552bb37dd210 100644 (file)
@@ -67,7 +67,7 @@ void SwitchBetweenClasses(lyx::textclass_type c1,
 void replaceWord(LCursor & cur, std::string const & replacestring);
 
 ///
-std::string grabSelection(LCursor & cur);
+std::string grabSelection(LCursor const & cur);
 ///
 void eraseSelection(LCursor & cur);
 ///